summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Rudloff <contact@rudloff.pro>2016-09-12 22:21:04 +0200
committerJoram Wilander <jwawilander@gmail.com>2016-09-12 16:21:04 -0400
commitcdeb9f56b733ae697fe3e9baa852847d500ab684 (patch)
tree650891bbcf8fc6da3888e0ce6ec7707219185528
parent987cb10e71e4fc36a87a4df59ddf3daa8ed7763f (diff)
downloadchat-cdeb9f56b733ae697fe3e9baa852847d500ab684.tar.gz
chat-cdeb9f56b733ae697fe3e9baa852847d500ab684.tar.bz2
chat-cdeb9f56b733ae697fe3e9baa852847d500ab684.zip
Add noscript message to root.html (fixes #3953) (#3968)
-rw-r--r--webapp/root.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/webapp/root.html b/webapp/root.html
index 7987a52fc..bca775c8b 100644
--- a/webapp/root.html
+++ b/webapp/root.html
@@ -52,5 +52,8 @@
<script>
window.setup_root();
</script>
+ <noscript>
+ To use Mattermost, please enable JavaScript.
+ </noscript>
</body>
</html>