summaryrefslogtreecommitdiff
path: root/share/static/js/receive-noscript.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/static/js/receive-noscript.js')
-rw-r--r--share/static/js/receive-noscript.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/share/static/js/receive-noscript.js b/share/static/js/receive-noscript.js
deleted file mode 100644
index 0f4ac1bc..00000000
--- a/share/static/js/receive-noscript.js
+++ /dev/null
@@ -1,2 +0,0 @@
-// Hide the noscript div, because our javascript is executing
-document.getElementById('noscript').style.display = 'none';