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, 2 insertions, 0 deletions
diff --git a/share/static/js/receive-noscript.js b/share/static/js/receive-noscript.js
new file mode 100644
index 00000000..0f4ac1bc
--- /dev/null
+++ b/share/static/js/receive-noscript.js
@@ -0,0 +1,2 @@
+// Hide the noscript div, because our javascript is executing
+document.getElementById('noscript').style.display = 'none';