HEX
Server: Apache/2.4.65 (Debian)
System: Linux web6 5.10.0-36-amd64 #1 SMP Debian 5.10.244-1 (2025-09-29) x86_64
User: innocamp (1028)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/fxhealth/public_html/wp-content/cache/minify/8a276.js
var LiveSearch={searchBoxes:'',activeRequests:[],callbacks:[],addCallback:function(eventName,callback){if(this.callbacks[eventName]===undefined){this.callbacks[eventName]=[];}
return this.callbacks[eventName].push(callback);},invokeCallbacks:function(eventName,params){var callbackIndex;if(this.callbacks[eventName]!==undefined){for(callbackIndex in this.callbacks[eventName]){params=this.callbacks[eventName][callbackIndex](params);}}}};LiveSearch.init=function(){LiveSearch.searchBoxes=jQuery("input").filter("[name='s']").not('.no-livesearch');LiveSearch.searchBoxes.keyup(LiveSearch.handleKeypress);LiveSearch.searchBoxes.focus(LiveSearch.hideResults);if(!LiveSearch.searchBoxes.outerHeight){alert(DavesWordPressLiveSearchConfig.outdatedJQuery);}
LiveSearch.searchBoxes.parents('form').attr('autocomplete','off');LiveSearch.searchBoxes.each(function(){this.autocomplete='off';});jQuery("html").click(LiveSearch.hideResults);LiveSearch.searchBoxes.click(function(e){e.stopPropagation();});LiveSearch.compiledResultTemplate=_.template(DavesWordPressLiveSearchConfig.resultTemplate);jQuery(window).resize(function(){LiveSearch.positionResults(this);});}
LiveSearch.positionResults=function(){var topOffset;var searchBox=jQuery('input:focus').first();var resultsElement=jQuery('#dwls_search_results');if(resultsElement&&searchBox.length>0){var searchBoxPosition=searchBox.offset(),getStyle=(searchBox.closest('.style-light').length)?'style-light':'style-dark',getBgStyle=(searchBox.closest('.style-light').length)?'style-light-bg':'style-dark-bg';resultsElement.addClass(getBgStyle);resultsElement.wrap("<div id='uncode-search-result' class='"+getStyle+"'></div>");searchBoxPosition.left+=parseInt(DavesWordPressLiveSearchConfig.xOffset,10);searchBoxPosition.top+=searchBox.outerHeight(false)+parseInt(DavesWordPressLiveSearchConfig.yOffset,10);searchBoxPosition.top-=parseInt(jQuery('html').css('margin-top'),10);searchBoxPosition.top-=parseInt(jQuery('html').css('padding-top'),10);resultsElement.css('left',searchBoxPosition.left);resultsElement.css('top',searchBoxPosition.top);resultsElement.css('width',jQuery('.search-container-inner').width());resultsElement.css('display','block');resultsElement.css('top',topOffset+'px');}};LiveSearch.handleAJAXResults=function(e){var renderedResult='';LiveSearch.activeRequests.pop();if(e){resultsSearchTerm=e.searchTerms;if(resultsSearchTerm!=jQuery('input:focus').first().val()){if(LiveSearch.activeRequests.length===0){LiveSearch.removeIndicator();}
return;}
var resultsShownFor=jQuery('#dwls_search_results').children("input[name=query]").val();if(resultsShownFor!==""&&resultsSearchTerm==resultsShownFor)
{if(LiveSearch.activeRequests.length===0){LiveSearch.removeIndicator();}
return;}
if(e.results.length===0){LiveSearch.hideResults();}
else{renderedResult=LiveSearch.compiledResultTemplate({'searchResults':e.results,'e':e,'resultsSearchTerm':resultsSearchTerm});var existingResultsElement=jQuery('#dwls_search_results');if(existingResultsElement.length>0){jQuery('#dwls_search_results').replaceWith(renderedResult);}
else{jQuery('body').append(renderedResult);}
LiveSearch.positionResults();jQuery('#dwls_search_results').bind('click.dwls',function(){window.location.href=jQuery(this).find('a.daves-wordpress-live-search_title').attr('href');});}
if(LiveSearch.activeRequests.length===0){LiveSearch.removeIndicator();}}};LiveSearch.handleKeypress=function(e){var delayTime=0;var term=LiveSearch.searchBoxes.val();setTimeout(function(){LiveSearch.runQuery(term);},delayTime);};LiveSearch.runQuery=function(terms){var searchBox=jQuery('input:focus');var srch=searchBox.val();var fieldIndex;var req;if(srch!=undefined&&(srch===""||srch.length<DavesWordPressLiveSearchConfig.minCharsToSearch)){LiveSearch.hideResults();LiveSearch.removeIndicator();}
else{LiveSearch.displayIndicator();while(LiveSearch.activeRequests.length>0)
{req=LiveSearch.activeRequests.pop();req.abort();}
var parameters={};var fields=searchBox.parents('form').find('input:not(:submit),select,textarea');for(fieldIndex in fields){if(fields.hasOwnProperty(fieldIndex)&&fieldIndex%1===0){var field=jQuery(fields[fieldIndex]);parameters[field.attr('name')]=field.val();}}
parameters.action="dwls_search";req=jQuery.get(DavesWordPressLiveSearchConfig.ajaxURL,parameters,LiveSearch.handleAJAXResults,"json");req.fail=LiveSearch.ajaxFailHandler;LiveSearch.activeRequests.push(req);}};LiveSearch.ajaxFailHandler=function(data){console.log("Dave's WordPress Live Search: There was an error retrieving or parsing search results");console.log("The data returned was:");console.log(data);};LiveSearch.hideResults=function(){var visibleResults=jQuery("#uncode-search-result");if(visibleResults.length>0){LiveSearch.invokeCallbacks('BeforeHideResults');switch(DavesWordPressLiveSearchConfig.resultsDirection)
{case'up':visibleResults.fadeOut('normal',function(){visibleResults.remove();LiveSearch.invokeCallbacks('AfterHideResults');});break;case'down':visibleResults.slideUp('normal',function(){visibleResults.remove();LiveSearch.invokeCallbacks('AfterHideResults');});break;default:visibleResults.slideUp('normal',function(){visibleResults.remove();LiveSearch.invokeCallbacks('AfterHideResults');});}}};LiveSearch.displayIndicator=function(){if(jQuery(".search_results_activity_indicator").length===0){var searchBox=jQuery('.uncode-live-search input');var searchBoxPosition=searchBox.offset();jQuery('.uncode-live-search i').css('opacity',0);if(searchBoxPosition!=undefined){var getStyle=(searchBox.closest('.style-light').length)?'style-light':'style-dark';jQuery("body").append('<span id="search_results_activity_indicator" class="search_results_activity_indicator '+getStyle+'" />');jQuery(".search_results_activity_indicator").css('position','absolute').css('z-index',9999);var getAdminBar=parseInt(jQuery('html').css('margin-top'),10);getAdminBar+=parseInt(jQuery('html').css('padding-top'),10);var indicatorY=(searchBoxPosition.top+((searchBox.outerHeight()-searchBox.innerHeight())/2)+12-getAdminBar+'px');jQuery(".search_results_activity_indicator").css('top',indicatorY);var indicatorX=(searchBoxPosition.left+searchBox.outerWidth()-(jQuery(".search_results_activity_indicator").width()))-20+'px';jQuery(".search_results_activity_indicator").css('left',indicatorX);}}};LiveSearch.removeIndicator=function(){jQuery('.uncode-live-search i').css('opacity',1);jQuery(".search_results_activity_indicator").remove();};jQuery(function(){LiveSearch.init();});
;/*! This file is auto-generated */
!function(e,t){if("function"==typeof define&&define.amd)define("hoverintent",["module"],t);else if("undefined"!=typeof exports)t(module);else{var n={exports:{}};t(n),e.hoverintent=n.exports}}(this,function(e){"use strict";var t=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e};e.exports=function(e,n,o){function i(e,t){return y&&(y=clearTimeout(y)),b=0,p?void 0:o.call(e,t)}function r(e){m=e.clientX,d=e.clientY}function u(e,t){if(y&&(y=clearTimeout(y)),Math.abs(h-m)+Math.abs(E-d)<x.sensitivity)return b=1,p?void 0:n.call(e,t);h=m,E=d,y=setTimeout(function(){u(e,t)},x.interval)}function s(t){return L=!0,y&&(y=clearTimeout(y)),e.removeEventListener("mousemove",r,!1),1!==b&&(h=t.clientX,E=t.clientY,e.addEventListener("mousemove",r,!1),y=setTimeout(function(){u(e,t)},x.interval)),this}function c(t){return L=!1,y&&(y=clearTimeout(y)),e.removeEventListener("mousemove",r,!1),1===b&&(y=setTimeout(function(){i(e,t)},x.timeout)),this}function v(t){L||(p=!0,n.call(e,t))}function a(t){!L&&p&&(p=!1,o.call(e,t))}function f(){e.addEventListener("focus",v,!1),e.addEventListener("blur",a,!1)}function l(){e.removeEventListener("focus",v,!1),e.removeEventListener("blur",a,!1)}var m,d,h,E,L=!1,p=!1,T={},b=0,y=0,x={sensitivity:7,interval:100,timeout:0,handleFocus:!1};return T.options=function(e){var n=e.handleFocus!==x.handleFocus;return x=t({},x,e),n&&(x.handleFocus?f():l()),T},T.remove=function(){e&&(e.removeEventListener("mouseover",s,!1),e.removeEventListener("mouseout",c,!1),l())},e&&(e.addEventListener("mouseover",s,!1),e.addEventListener("mouseout",c,!1)),T}});

;/*! This file is auto-generated */
!function(d,f,m){function p(e){var t;27===e.which&&(t=A(e.target,".menupop"))&&(t.querySelector(".menupop > .ab-item").focus(),w(t,"hover"))}function h(e){var t;13===e.which&&(A(e.target,".ab-sub-wrapper")||(t=A(e.target,".menupop"))&&(e.preventDefault(),E(t,"hover")?w(t,"hover"):L(t,"hover")))}function v(e){var t;13===e.which&&(t=e.target.getAttribute("href"),-1<m.userAgent.toLowerCase().indexOf("applewebkit")&&t&&"#"===t.charAt(0)&&setTimeout(function(){var e=d.getElementById(t.replace("#",""));e&&(e.setAttribute("tabIndex","0"),e.focus())},100))}function g(e,t){var n;A(t.target,".ab-sub-wrapper")||(t.preventDefault(),(n=A(t.target,".menupop"))&&(E(n,"hover")?w(n,"hover"):(S(e),L(n,"hover"))))}function b(e){var t,n=e.target.parentNode;if(n&&(t=n.querySelector(".shortlink-input")),t)return e.preventDefault&&e.preventDefault(),e.returnValue=!1,L(n,"selected"),t.focus(),t.select(),!(t.onblur=function(){w(n,"selected")})}function y(){if("sessionStorage"in f)try{for(var e in sessionStorage)-1<e.indexOf("wp-autosave-")&&sessionStorage.removeItem(e)}catch(e){}}function E(e,t){return!!e&&(e.classList&&e.classList.contains?e.classList.contains(t):!!e.className&&-1<e.className.split(" ").indexOf(t))}function L(e,t){e&&(e.classList&&e.classList.add?e.classList.add(t):E(e,t)||(e.className&&(e.className+=" "),e.className+=t))}function w(e,t){var n,r;if(e&&E(e,t))if(e.classList&&e.classList.remove)e.classList.remove(t);else{for(n=" "+t+" ",r=" "+e.className+" ";-1<r.indexOf(n);)r=r.replace(n,"");e.className=r.replace(/^[\s]+|[\s]+$/g,"")}}function S(e){if(e&&e.length)for(var t=0;t<e.length;t++)w(e[t],"hover")}function k(e){if(!e.target||"wpadminbar"===e.target.id||"wp-admin-bar-top-secondary"===e.target.id)try{f.scrollTo({top:-32,left:0,behavior:"smooth"})}catch(e){f.scrollTo(0,-32)}}function A(e,t){for(f.Element.prototype.matches||(f.Element.prototype.matches=f.Element.prototype.matchesSelector||f.Element.prototype.mozMatchesSelector||f.Element.prototype.msMatchesSelector||f.Element.prototype.oMatchesSelector||f.Element.prototype.webkitMatchesSelector||function(e){for(var t=(this.document||this.ownerDocument).querySelectorAll(e),n=t.length;0<=--n&&t.item(n)!==this;);return-1<n});e&&e!==d;e=e.parentNode)if(e.matches(t))return e;return null}d.addEventListener("DOMContentLoaded",function(){var n,e,t,r,o,a,s,i,c,l,u=d.getElementById("wpadminbar");if(u&&"querySelectorAll"in u){n=u.querySelectorAll("li.menupop"),e=u.querySelectorAll(".ab-item"),t=d.getElementById("wp-admin-bar-logout"),r=d.getElementById("adminbarsearch"),o=d.getElementById("wp-admin-bar-get-shortlink"),a=u.querySelector(".screen-reader-shortcut"),s=/Mobile\/.+Safari/.test(m.userAgent)?"touchstart":"click",i=/Android (1.0|1.1|1.5|1.6|2.0|2.1)|Nokia|Opera Mini|w(eb)?OSBrowser|webOS|UCWEB|Windows Phone OS 7|XBLWP7|ZuneWP7|MSIE 7/,w(u,"nojs"),"ontouchstart"in f&&(d.body.addEventListener(s,function(e){A(e.target,"li.menupop")||S(n)}),u.addEventListener("touchstart",function e(){for(var t=0;t<n.length;t++)n[t].addEventListener("click",g.bind(null,n));u.removeEventListener("touchstart",e)})),u.addEventListener("click",k);for(l=0;l<n.length;l++)f.hoverintent(n[l],L.bind(null,n[l],"hover"),w.bind(null,n[l],"hover")).options({timeout:180}),n[l].addEventListener("keydown",h);for(l=0;l<e.length;l++)e[l].addEventListener("keydown",p);r&&((c=d.getElementById("adminbar-search")).addEventListener("focus",function(){L(r,"adminbar-focused")}),c.addEventListener("blur",function(){w(r,"adminbar-focused")})),a&&a.addEventListener("keydown",v),o&&o.addEventListener("click",b),f.location.hash&&f.scrollBy(0,-32),m.userAgent&&i.test(m.userAgent)&&!E(d.body,"no-font-face")&&L(d.body,"no-font-face"),t&&t.addEventListener("click",y)}})}(document,window,navigator);