var pmaWidgetInstance6386079cac365ae37438b63a = { debug: false, baseUrl: "https://public.pricemania.sk", exitLink: "https://www.pricemania.sk/exitv2/?data=04daddb16b3433cec4d439d9317630e2:3aa33eac06f5dcb0a426af6ff51bdbcebf251ce26485f0c13a9da4a6473327a0306181f10156fb8e439e3d68a9c8d1a7c58db4158b8c4da691fc24f57ad9e0056a1d06e11e73ccdc47b15b0873edea3683c51e82e9b97d7f5a42d2104b09a766c45e93babe2398fc5037011c15329997b351a3f636874bd4154dc0ac770150c1c0a62a37ba04191ff8fded1c8a7b7f915cbcca309f3c69769cf47d49e6438895de6f9c1f7a714cdf8fd5f070e3e7a2c5a3b9dbfb70726613b95a68175ae178d1863ebb347353d56443b6316015f50077", shop_name: "Extranaradie.sk", shop_logo: "https://y1.sk/t/s/130x50/6646.jpg", product_price: "65,00 €", product_shipping: "", product_availability: "Skladom", initWidget: function(widgetId){ this.insertLinkToButton(widgetId); }, insertLinkToButton: function(widgetId){ const instance = this; const btns = this.findButtonWidgets(widgetId); for(var btn of btns){ instance.insertButtonVariables(btn); if(btn.tagName == "A"){ btn.href = this.exitLink; btn.target = "_blank"; btn.rel = "nofollow"; } else { btn.onclick = function(event){ event.stopPropagation(); window.open(instance.exitLink); } } } }, findButtonWidgets: function(widgetId){ var currentModalButtons = []; var modalButtons = document.getElementsByClassName(`pma-widget`); for(var modalButton of modalButtons){ if(modalButton.getAttribute('data-id') == widgetId){ currentModalButtons.push(modalButton); } } return currentModalButtons; }, insertButtonVariables: function(element){ element.innerHTML = element.innerHTML.replaceAll("{{shop_name}}",this.shop_name?this.shop_name:""); element.innerHTML = element.innerHTML.replaceAll("{{shop_logo}}",this.shop_logo?this.shop_logo:""); element.innerHTML = element.innerHTML.replaceAll("{{product_price}}",this.product_price?this.product_price:""); element.innerHTML = element.innerHTML.replaceAll("{{product_shipping}}",this.product_shipping?this.product_shipping:""); element.innerHTML = element.innerHTML.replaceAll("{{product_availability}}",this.product_availability?this.product_availability:""); } } docReady(function(){ pmaWidgetInstance6386079cac365ae37438b63a.initWidget("6386079cac365ae37438b63a"); }) function docReady(fn) { if (document.readyState === "complete" || document.readyState === "interactive") { setTimeout(fn, 1); } else { document.addEventListener("DOMContentLoaded", fn); } }