|
|
|
@ -333,13 +333,9 @@ Corporate Number: 914503003486045699
|
|
|
|
|
console.info('If you continue browsing, you agree to the use of cookies.');
|
|
|
|
|
} else {
|
|
|
|
|
document.getElementById('gotIdArea').style.display = '';
|
|
|
|
|
var gotItBtn = document.getElementById('gotItBtn');
|
|
|
|
|
gotItBtn.addEventListener('click', function (evt) {
|
|
|
|
|
if (window.localStorage) {
|
|
|
|
|
localStorage.setItem(GOT_IT_KEY, '1');
|
|
|
|
|
}
|
|
|
|
|
document.getElementById('gotIdArea').style.display = 'none';
|
|
|
|
|
});
|
|
|
|
|
if (window.localStorage) {
|
|
|
|
|
localStorage.setItem(GOT_IT_KEY, '1');
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<!--@PRODUCT-JS@-->
|
|
|
|
|