Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
Server IP : & Your IP : 3.15.7.195
Domains :
Cant Read [ /etc/named.conf ]
User : elibrary.unsap.ac.id
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
D: /
localhost /
elibrary /
template /
lightweight /
js /
Delete
Unzip
Name
Size
Permission
Date
Action
bootstrap.js
65.17
KB
-rw-rw-rw-
2020-02-14 07:54
bootstrap.min.js
34.62
KB
-rw-rw-rw-
2020-02-14 07:54
custom.js
1.34
KB
-rw-rw-rw-
2020-02-14 07:54
jquery.jcarousel.min.js
15.71
KB
-rw-rw-rw-
2020-02-14 07:54
jquery.min.js
94.11
KB
-rw-rw-rw-
2020-02-14 07:54
jquery.transit.min.js
7.65
KB
-rw-rw-rw-
2020-02-14 07:54
less.min.js
129.7
KB
-rw-rw-rw-
2020-02-14 07:54
npm.js
484
B
-rw-rw-rw-
2020-02-14 07:54
Save
Rename
$(document).ready(function(){ // Show hide menu // ============================================ $('#show-menu').on('click', function(){ $('.s-menu-content').removeClass('slideOutRight').addClass('active slideInRight'); $('.s-menu-content ul a').addClass('animated fadeInRight delay4'); }); $('#hide-menu').on('click', function(){ $('.s-menu-content').removeClass('active slideInRight').addClass('slideOutRight'); $('.s-menu-content ul a').removeClass('animated fadeInRight delay4'); }); // Hide only an empty tag inside biblio detail // ============================================ $('.controls:empty').parent().hide(); // Show or hide chat // ============================================ $('#show-pchat').on('click', function(){ $('.s-chat').toggleClass('s-maximize '); $('.s-pchat-toggle i').toggleClass('fa-comment-o fa-times '); }); }); // Select makeover // ============================================ (function(){ var customSelects = document.querySelectorAll(".custom-dropdown__select"); for(var i=0; i<customSelects.length; i++){ if (customSelects[i].hasAttribute("disabled")){ customSelects[i].parentNode.className += " custom-dropdown--disabled"; } } })() $(document).ready(function(){ $(window).load(function () { $('#keyword').focus(); }); });