Server IP : 149.202.105.228 / Your IP : 216.73.216.134 Web Server : Apache System : Linux webm129.cluster030.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : atfycaf ( 116275) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/a/t/f/atfycaf/www/admin/js/jsF/ |
Upload File : |
var getUrl = window.location; var thisURL = getUrl .protocol + "//" + getUrl.host + "/" + getUrl.pathname.split('/')[1]; var URL = getUrl .protocol + "//" + getUrl.host + "/"; var ADurl = '/admin/'; $(document).ready(function() { var screenWidth = $(window).width(); $(document).on("click", "#showMenu", function() { var isOpen = $(this).hasClass("is-active"); if (isOpen == false) { $("nav").addClass("is-active"); $(this).addClass("is-active"); } else { $("nav").removeClass("is-active"); $(this).removeClass("is-active"); } }); var mIM = false; $("nav").hover(function(){ mIM = true; }, function(){ mIM = false; }); $(document).mouseup(function() { if(!mIM){ $("nav").removeClass("is-active"); $("#showMenu").removeClass("is-active"); } }); $(document).on("mouseenter", ".infoButton, .divStdType", function() { $(this).children('span').fadeIn('slow'); }); $(document).on("mouseleave", ".infoButton, .divStdType", function() { var otherHelp = $(".infoButton").not(this).children('span'); otherHelp.css("display","none"); otherHelp.stop(true,true); $(this).children('span').fadeOut('fast'); }); $(".pFormSelect select, .aProductInput select, .updateSelect, #reminderSet select").not("#pGalleryID, #tournType, #customRules, #compID, #hasMiniLeagues, #fixturesGen").selectmenu(); if (screenWidth < 768) { (function(a){a.fn.scrollToTop=function(c){var d={speed:800};c&&a.extend(d,{speed:c});return this.each(function(){var b=a(this);a(window).scroll(function(){100<a(this).scrollTop()?b.fadeIn():b.fadeOut()});b.click(function(b){b.preventDefault();a("body, html").animate({scrollTop:0},d.speed)})})}})(jQuery);$("#scrollToTop").scrollToTop(); } });