diff --git a/application/views/mobile_first/gh-pc.php b/application/views/mobile_first/gh-pc.php index 561e3864..400a488c 100644 --- a/application/views/mobile_first/gh-pc.php +++ b/application/views/mobile_first/gh-pc.php @@ -372,13 +372,9 @@ height="0" width="0" style="display:none;visibility:hidden"> 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'); + } } diff --git a/application/views/mobile_first/gh.php b/application/views/mobile_first/gh.php index 10d2baa8..2f28a7e3 100644 --- a/application/views/mobile_first/gh.php +++ b/application/views/mobile_first/gh.php @@ -317,6 +317,17 @@ aria-label="festival">
+