summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-07-11 18:45:22 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-07-11 18:45:22 -0400
commitabff23e68509733a1ca0b466a4dc6ee0d33d6e2f (patch)
tree3861ba0e8386b5d0a976e30be140111b52b0cd1f /www/js
parent9ef324d2d2e40f919de9b7d7e1852affa97e0e91 (diff)
downloadhtml5ks-abff23e68509733a1ca0b466a4dc6ee0d33d6e2f.tar.xz
html5ks-abff23e68509733a1ca0b466a4dc6ee0d33d6e2f.zip
remove svg filter warning
Diffstat (limited to 'www/js')
-rw-r--r--www/js/html5ks.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/www/js/html5ks.js b/www/js/html5ks.js
index e7f5991..354bae8 100644
--- a/www/js/html5ks.js
+++ b/www/js/html5ks.js
@@ -125,11 +125,6 @@ window.html5ks = {
if (/MSIE/.test(navigator.userAgent)) {
document.getElementById("ie").style.display = "block";
}
- /* svg not actually implemented yet
- if (!(/Firefox/.test(navigator.userAgent))) {
- document.getElementById("html-svg-filter").style.display = "block";
- }
- */
for (var i = 0; i < warns.length; i++) {
if (window.getComputedStyle(warns[i]).getPropertyValue("display") !== "none") {
warn.style.visibility = "visible";