diff options
author | heqnx <root@heqnx.com> | 2025-07-06 17:10:04 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-07-06 17:10:04 +0300 |
commit | 5bfd97e5bcd0e64123ddc0a123b49f6d23f5a511 (patch) | |
tree | f3633f955f14c0f1458e3b717c78ca76217e770c /templates/var/www/html/misc.js | |
parent | 31ec32d4b429ecf3aac2c947b9dfb2bbff35de33 (diff) | |
download | ansible-icecast2-5bfd97e5bcd0e64123ddc0a123b49f6d23f5a511.tar.gz ansible-icecast2-5bfd97e5bcd0e64123ddc0a123b49f6d23f5a511.zip |
removed ios check
Diffstat (limited to 'templates/var/www/html/misc.js')
-rw-r--r-- | templates/var/www/html/misc.js | 7 |
1 files changed, 0 insertions, 7 deletions
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"; -} |