修改 Cookie 显示规则

hotfix/paypal-note
LiaoYijun 3 years ago
parent 335dca0a16
commit 587f2c2f28

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

Loading…
Cancel
Save