summaryrefslogtreecommitdiff
path: root/templates/var/www/html/misc.js
diff options
context:
space:
mode:
Diffstat (limited to 'templates/var/www/html/misc.js')
-rw-r--r--templates/var/www/html/misc.js7
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";
-}