diff --git a/files/assets/js/bottom.js b/files/assets/js/bottom.js index 56d6e05352..8d54bf2c3a 100644 --- a/files/assets/js/bottom.js +++ b/files/assets/js/bottom.js @@ -247,7 +247,7 @@ if (!('serviceWorker' in navigator && 'PushManager' in window) || (gbrowser == ' } if (gbrowser == 'iphone' && !is_pwa) { - let e = document.getElementById("enable-push-nav-item-iphone"); + const e = document.getElementById("enable-push-nav-item-iphone"); if (e) { e.classList.remove('d-none') }