forked from rDrama/rDrama
1
0
Fork 0

fix wrong syntax

master
Aevann 2023-07-25 21:45:59 +03:00
parent 3b94812973
commit 0f1a949996
1 changed files with 1 additions and 3 deletions

View File

@ -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();
}