From 0f1a949996dce191f1a5c4d1ca19ee8387fa2fed Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 25 Jul 2023 21:45:59 +0300 Subject: [PATCH] fix wrong syntax --- files/assets/js/bottom.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/files/assets/js/bottom.js b/files/assets/js/bottom.js index 0fb692da4..eb4be9f43 100644 --- a/files/assets/js/bottom.js +++ b/files/assets/js/bottom.js @@ -256,7 +256,5 @@ if (gbrowser == 'iphone' && !is_pwa) { if (is_pwa) { const e = document.getElementById("mobile-app-nav-item"); - if (e) { - e.classList.remove('d-none') - } + e.remove(); }