// source --> https://cpaschere.com/wp-content/plugins/wc-multi-currency/js/frontend.min.js?ver=1.5.7 
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){(function(global){(function(){"use strict";global.jQuery=global.$=jQuery;window.APPSBD_WMC={General:require("./modules/general"),Initialize:function(){APPSBD_WMC.General.Init()}};jQuery(document).ready(function($){APPSBD_WMC.Initialize()})}).call(this)}).call(this,typeof global!=="undefined"?global:typeof self!=="undefined"?self:typeof window!=="undefined"?window:{})},{"./modules/general":2}],2:[function(require,module,exports){"use strict";var $=jQuery;var coreObj={Init:function(){coreObj.CheckCurrencyChange();coreObj.SetWidgetSelect()},CheckCurrencyChange:function(){try{var mcahash=localStorage.getItem("apbd_wmc_hash");if(mcahash!=apbd_wmc_vars.wmchash){try{if(typeof wc_cart_fragments_params!=="undefined"){sessionStorage.removeItem(wc_cart_fragments_params.fragment_name);localStorage.removeItem(wc_cart_fragments_params.fragment_name)}}catch(e){}localStorage.setItem("apbd_wmc_hash",apbd_wmc_vars.wmchash)}}catch(e){console.log(e.message)}},SetWidgetSelect:function(){try{$.widget("custom.iconselectmenu",$.ui.selectmenu,{_renderButtonItem:function(item){var buttonItem=$("<span>",{class:"ui-selectmenu-text"});var icon=$("<span>",{class:"flag-icon"}).appendTo(buttonItem);$("<img>",{src:item.element.attr("data-icon")}).appendTo(icon);$("<span>",{text:item.label,class:"flag-text"}).appendTo(buttonItem);buttonItem.css("background-color",item.value);return buttonItem},_renderItem:function(ul,item){var li=$("<li>",{text:item.label});if(item.disabled){li.addClass("ui-state-disabled")}var icon=$("<span>",{class:"flag-icon"}).appendTo(li);$("<img>",{src:item.element.attr("data-icon")}).appendTo(icon);return li.appendTo(ul)}});$("#ht-mcs-select").iconselectmenu().iconselectmenu("menuWidget").addClass("ui-menu-icons avatar")}catch(e){console.log(e)}}};module.exports=coreObj},{}]},{},[1]);