From a98bf5b69156be3aabe2f8fc0ed4259a1542bd5b Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 29 Jun 2023 22:14:34 +0300 Subject: [PATCH] const --- files/assets/js/bottom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/js/bottom.js b/files/assets/js/bottom.js index 56d6e0535..8d54bf2c3 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') }