master
candice 2 years ago
parent be3888bfb8
commit 1a1b3236b5

@ -340,38 +340,7 @@
© 2018-2024 Global Highlights <br>— Discovery Your Way!
</div>
</footer>
<!--
<div class="web_cookie" style='display: none;' id='gotIdArea'>
<p>Global Highlights uses cookies to give you the best possible service. If you continue browsing, you agree to the
use of cookies. More details can be found in our <a href="/privacy.htm">privacy policy</a>.</p>
<div class="cookie_close" id="gotItBtn" style="float: right;
padding: 5px 10px;
cursor: pointer;
background: #fff;
font-weight: 600;
font-size: 16px;">X</div>
</div>
<script>
var GOT_IT_KEY = '__global_highlights_you_agree_to_use_of_cookies__';
if (window.localStorage && localStorage.getItem(GOT_IT_KEY)) {
console.info('If you continue browsing, you agree to the use of cookies.');
} else {
document.getElementById('gotIdArea').style.display = '';
if (window.localStorage) {
localStorage.setItem(GOT_IT_KEY, '1');
}
var gotItBtn = document.getElementById('gotItBtn');
gotItBtn.addEventListener('click', function (evt) {
document.getElementById('gotIdArea').style.display = 'none';
});
setTimeout(function () {
document.getElementById('gotIdArea').style.display = 'none';
}, 10000);
}
</script>
-->
<script>

Loading…
Cancel
Save