var debounce=function(e,t,n){var o;return function(){var u=this,l=arguments,r=n&&!o;clearTimeout(o),o=setTimeout((function(){o=null,n||e.apply(u,l)}),t),r&&e.apply(u,l)}};function copyToClipboard(e){var t=jQuery("
");jQuery("body").append(t),t.attr("contenteditable",!0).html(jQuery(e).data("url")).select().on("focus",(function(){document.execCommand("selectAll",!1,null)})).focus(),document.execCommand("copy"),t.remove(),jQuery(e).find(".bdt-social-share-title").html(jQuery(e).data("copied")),setTimeout(()=>{jQuery(e).find(".bdt-social-share-title").html(jQuery(e).data("orginal"))},5e3)}function returnCurrencySymbol(e=null){if(null===e)return"";let t={USD:"$",EUR:"€",CRC:"₡",GBP:"£",ILS:"₪",INR:"₹",JPY:"¥",KRW:"₩",NGN:"₦",PHP:"₱",PLN:"zł",PYG:"₲",THB:"฿",UAH:"₴",VND:"₫"};return void 0!==t[e]?t[e]:""}jQuery(".bdt-ss-link").on("click",(function(){copyToClipboard(this)}));