master
Aevann 2023-06-29 22:14:34 +03:00
parent 895b07b4ee
commit a98bf5b691
1 changed files with 1 additions and 1 deletions

View File

@ -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')
}