summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-07-06 17:10:04 +0300
committerheqnx <root@heqnx.com>2025-07-06 17:10:04 +0300
commit5bfd97e5bcd0e64123ddc0a123b49f6d23f5a511 (patch)
treef3633f955f14c0f1458e3b717c78ca76217e770c /templates
parent31ec32d4b429ecf3aac2c947b9dfb2bbff35de33 (diff)
downloadansible-icecast2-5bfd97e5bcd0e64123ddc0a123b49f6d23f5a511.tar.gz
ansible-icecast2-5bfd97e5bcd0e64123ddc0a123b49f6d23f5a511.zip
removed ios check
Diffstat (limited to 'templates')
-rw-r--r--templates/var/www/html/index.html2
-rw-r--r--templates/var/www/html/misc.js7
2 files changed, 0 insertions, 9 deletions
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 @@
</audio>
</div>
</div>
-
- <script src="misc.js"></script>
<script src="audio-controls.js"></script>
<script src="video-background.js"></script>
</body>
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";
-}