Aukcije.hr use necessary cookies to enable their users to use the site.
Aukcije.hr also uses optional ones marketing cookies to learn more about the habits and interests of our visitors. Marketing cookies include statistical data on online traffic and optimization of marketing campaigns.
Cookie settings can be controlled through the settings of your web browser. You can get more information here.
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({‘gtm.start’:new Date().getTime(),event:’gtm.js’});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!=’dataLayer’?’&l=”+l:”‘;j.async=true;j.src=”https://www.googletagmanager.com/gtm.js?id=”+i+dl;f.parentNode.insertBefore(j,f);})(window,document,’script’,’dataLayer’,’GTM-ND5NZ5W’);“; var gtmBody = ““;
var fbpixel = “”;
$(“head”).append(gtmHead);
$(“head”).append(fbpixel);
$(“body”).append(gtmBody);
}
function myAlert(text, callback) {
Swal.fire({
title: text
}).then((confirmed) => {
if (confirmed) {
callback();
}
});
}
$(document).ready(function() {
if (!(/mobi/i.test(navigator.userAgent)))
$(“.enlargeThumb”).ezPlus();
window.alert = function(msg) {
$(“#displaymessage-message”).html(“
” + msg + “
“);
$(“#displaymessage”).foundation(‘open’);
}
$(“#cookiePolicy”).foundation(‘open’);
$(“#cookieAccept”).on(“click”, function() {
setCookie(“cp-n”, “1”, 365);
if ($(“#marketing_cookies”).prop(“checked”))
setCookie(“cp-m”, “1”, 365);
$(“#cookieAccept”).val(“Molimo priu010dekajte”);
window.location.reload();
// $(“#cookiePolicy”).foundation(‘close’);
//
// if ($(“#marketing_cookies”).prop(“checked”))
// initGTM();
});
});
$(“a[disabled=’disabled’]”).on(“click”, function(e) {
e.preventDefault();
return false;
});