jQuery(document).ready((function($){"use strict";var wpglobus_language_old;if(typeof WPGlobus!=="undefined"){wpglobus_language_old=wpCookies.get("wpglobus-language-old");if(wpglobus_language_old!==WPGlobus.language){$(document).triggerHandler("wpglobus_current_language_changed",{oldLang:wpglobus_language_old,newLang:WPGlobus.language})}var cookie_secure=document.location.protocol==="https:"?";secure":"";var cookie_settings=";path=/;max-age=31536000;samesite=strict"+cookie_secure;document.cookie="wpglobus-language-old="+WPGlobus.language+cookie_settings;document.cookie="wpglobus-language="+WPGlobus.language+cookie_settings;if(window.location.hash){var hash=window.location.hash;$(".wpglobus-selector-link, .wpglobus-selector-link a").each((function(){if(typeof this.value==="string"){this.value+=hash}if(typeof this.href==="string"){this.href+=hash}}))}}}));