From 5bfd97e5bcd0e64123ddc0a123b49f6d23f5a511 Mon Sep 17 00:00:00 2001 From: heqnx Date: Sun, 6 Jul 2025 17:10:04 +0300 Subject: removed ios check --- templates/var/www/html/index.html | 2 -- templates/var/www/html/misc.js | 7 ------- 2 files changed, 9 deletions(-) delete mode 100644 templates/var/www/html/misc.js diff --git a/templates/var/www/html/index.html b/templates/var/www/html/index.html index d05e316..f8469e4 100644 --- a/templates/var/www/html/index.html +++ b/templates/var/www/html/index.html @@ -25,8 +25,6 @@ - - diff --git a/templates/var/www/html/misc.js b/templates/var/www/html/misc.js deleted file mode 100644 index 4532fba..0000000 --- a/templates/var/www/html/misc.js +++ /dev/null @@ -1,7 +0,0 @@ -if (/iP(hone|od|ad)/.test(navigator.userAgent)) { - const alertDiv = document.getElementById('alert'); - alertDiv.textContent = "iOS does not support browser OGG streaming"; - alertDiv.style.color = "#FF0000"; - alertDiv.style.fontWeight = "normal"; - alertDiv.style.display = "block"; -} -- cgit v1.2.3