diff --git a/application/views/mobile_first/ah-pc.php b/application/views/mobile_first/ah-pc.php
index 837d8c2a..9c195ead 100644
--- a/application/views/mobile_first/ah-pc.php
+++ b/application/views/mobile_first/ah-pc.php
@@ -364,13 +364,9 @@
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/ah.php b/application/views/mobile_first/ah.php
index b930cd36..d93e4f84 100644
--- a/application/views/mobile_first/ah.php
+++ b/application/views/mobile_first/ah.php
@@ -307,6 +307,17 @@
© 2016-2022 Asia Highlights
— Discovery Your Way!