Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the health-check domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home1/lpawzomy/public_html/website_bbd3e499/wp-includes/functions.php on line 6131

Warning: Cannot modify header information - headers already sent by (output started at /home1/lpawzomy/public_html/website_bbd3e499/wp-includes/functions.php:6131) in /home1/lpawzomy/public_html/website_bbd3e499/wp-content/plugins/jetpack-boost/app/lib/minify/functions-service.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /home1/lpawzomy/public_html/website_bbd3e499/wp-includes/functions.php:6131) in /home1/lpawzomy/public_html/website_bbd3e499/wp-content/plugins/jetpack-boost/app/lib/minify/functions-service.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /home1/lpawzomy/public_html/website_bbd3e499/wp-includes/functions.php:6131) in /home1/lpawzomy/public_html/website_bbd3e499/wp-content/plugins/jetpack-boost/app/lib/minify/functions-service.php on line 32

Warning: Cannot modify header information - headers already sent by (output started at /home1/lpawzomy/public_html/website_bbd3e499/wp-includes/functions.php:6131) in /home1/lpawzomy/public_html/website_bbd3e499/wp-content/plugins/jetpack-boost/app/lib/minify/functions-service.php on line 33

Warning: Cannot modify header information - headers already sent by (output started at /home1/lpawzomy/public_html/website_bbd3e499/wp-includes/functions.php:6131) in /home1/lpawzomy/public_html/website_bbd3e499/wp-content/plugins/jetpack-boost/app/lib/minify/functions-service.php on line 34
(self.travelpayoutsWpPlugin=self.travelpayoutsWpPlugin||[]).push([[494],{18224:(t,a,e)=>{var i={"./admin-deactivation-modal":[50758,7,512],"./admin-deactivation-modal.ts":[50758,7,512],"./admin-feedback-button":[12891,7,645],"./admin-feedback-button.ts":[12891,7,645],"./admin-landing-page":[15420,7,482],"./admin-landing-page.ts":[15420,7,482],"./admin-migrate":[62168,9,464],"./admin-migrate.ts":[62168,9,464],"./admin-notice":[12643,9,957,481],"./admin-notice.ts":[12643,9,957,481],"./admin-panel":[85539,7,881],"./admin-panel.ts":[85539,7,881],"./public-popular-destinations-widget":[1283,7,899],"./public-popular-destinations-widget.ts":[1283,7,899],"./public-scripts":[3916,9,957,779],"./public-scripts.ts":[3916,9,957,779],"./ui":[81885,9,209],"./ui.ts":[81885,9,209]};function n(t){if(!e.o(i,t))return Promise.resolve().then(()=>{var a=new Error("Cannot find module '"+t+"'");throw a.code="MODULE_NOT_FOUND",a});var a=i[t],n=a[0];return Promise.all(a.slice(2).map(e.e)).then(()=>e.t(n,16|a[1]))}n.keys=()=>Object.keys(i),n.id=18224,t.exports=n},41669:t=>{"use strict";t.exports=jQuery},62744:(t,a,e)=>{"use strict";if(!window.travelpayouts_plugin_publicPath)throw new Error("can't find travelpayouts_plugin_publicPath");e.p=window.travelpayouts_plugin_publicPath;document.addEventListener("DOMContentLoaded",()=>{var t;const a=(null!==(t=window.travelpayouts_loadable_chunks)&&void 0!==t?t:[]).map(t=>{return a=t,e(18224)(`./${a}`);var a}),i=()=>setTimeout(()=>document.body.classList.add("travelpayouts-chunks-loaded"),300);Promise.all(a).then(i,i)})}},t=>{t.O(0,[494],()=>{[512,645,482,464,957,481,881,899,779,209].map(t.E)},5);var a;a=62744,t(t.s=a)}]); (function(){var supportsPassive=!1;try{var opts=Object.defineProperty({},'passive',{get:function(){supportsPassive=!0}});window.addEventListener('testPassive',null,opts);window.removeEventListener('testPassive',null,opts)}catch(e){} function init(){var input_begin='';var keydowns={};var lastKeyup=null;var lastKeydown=null;var keypresses=[];var modifierKeys=[];var correctionKeys=[];var lastMouseup=null;var lastMousedown=null;var mouseclicks=[];var mousemoveTimer=null;var lastMousemoveX=null;var lastMousemoveY=null;var mousemoveStart=null;var mousemoves=[];var touchmoveCountTimer=null;var touchmoveCount=0;var lastTouchEnd=null;var lastTouchStart=null;var touchEvents=[];var scrollCountTimer=null;var scrollCount=0;var correctionKeyCodes=['Backspace','Delete','ArrowUp','ArrowDown','ArrowLeft','ArrowRight','Home','End','PageUp','PageDown'];var modifierKeyCodes=['Shift','CapsLock'];var forms=document.querySelectorAll('form[method=post]');for(var i=0;i1){keypress.push(keydowns[e.key][1])} keypresses.push(keypress)}} delete keydowns[e.key];lastKeyup=keyupTime},supportsPassive?{passive:!0}:!1);form.addEventListener("focusin",function(e){lastKeydown=null;lastKeyup=null;keydowns={}},supportsPassive?{passive:!0}:!1);form.addEventListener("focusout",function(e){lastKeydown=null;lastKeyup=null;keydowns={}},supportsPassive?{passive:!0}:!1)} document.addEventListener('mousedown',function(e){lastMousedown=(new Date()).getTime()},supportsPassive?{passive:!0}:!1);document.addEventListener('mouseup',function(e){if(!lastMousedown){return} var now=(new Date()).getTime();var mouseclick=[];mouseclick.push(now-lastMousedown);if(lastMouseup){mouseclick.push(lastMousedown-lastMouseup)} mouseclicks.push(mouseclick);lastMouseup=now;lastKeydown=null;lastKeyup=null;keydowns={}},supportsPassive?{passive:!0}:!1);document.addEventListener('mousemove',function(e){if(mousemoveTimer){clearTimeout(mousemoveTimer);mousemoveTimer=null}else{mousemoveStart=(new Date()).getTime();lastMousemoveX=e.offsetX;lastMousemoveY=e.offsetY} mousemoveTimer=setTimeout(function(theEvent,originalMousemoveStart){var now=(new Date()).getTime()-500;var mousemove=[];mousemove.push(now-originalMousemoveStart);mousemove.push(Math.round(Math.sqrt(Math.pow(theEvent.offsetX-lastMousemoveX,2)+Math.pow(theEvent.offsetY-lastMousemoveY,2))));if(mousemove[1]>0){mousemoves.push(mousemove)} mousemoveStart=null;mousemoveTimer=null},500,e,mousemoveStart)},supportsPassive?{passive:!0}:!1);document.addEventListener('touchmove',function(e){if(touchmoveCountTimer){clearTimeout(touchmoveCountTimer)} touchmoveCountTimer=setTimeout(function(){touchmoveCount++},500)},supportsPassive?{passive:!0}:!1);document.addEventListener('touchstart',function(e){lastTouchStart=(new Date()).getTime()},supportsPassive?{passive:!0}:!1);document.addEventListener('touchend',function(e){if(!lastTouchStart){return} var now=(new Date()).getTime();var touchEvent=[];touchEvent.push(now-lastTouchStart);if(lastTouchEnd){touchEvent.push(lastTouchStart-lastTouchEnd)} touchEvents.push(touchEvent);lastTouchEnd=now;lastKeydown=null;lastKeyup=null;keydowns={}},supportsPassive?{passive:!0}:!1);document.addEventListener('scroll',function(e){if(scrollCountTimer){clearTimeout(scrollCountTimer)} scrollCountTimer=setTimeout(function(){scrollCount++},500)},supportsPassive?{passive:!0}:!1)} function prepare_timestamp_array_for_request(a,limit){if(!limit){limit=100} var rv='';if(a.length>0){var random_starting_point=Math.max(0,Math.floor(Math.random()*a.length-limit));for(var i=0;i=2){rv+=","+a[random_starting_point+i][1]} rv+=";"}} return rv} if(document.readyState!=='loading'){init()}else{document.addEventListener('DOMContentLoaded',init)}})();