summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php12
1 files changed, 11 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index a71436b98..b99cfad90 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -71,7 +71,17 @@
<iframe id="backReqBox"></iframe>
-<div id="overlay"><div id="overlay_inner">Loading, please wait...</div></div>
+<div id="overlay">
+ <div id="overlay_inner">
+ <p>Loading, please wait...</p>
+ <noscript>
+ <div class="error">
+ Your browser doesn't support Javascript, which is required
+ for this application to function properly. Please check your
+ browser settings.</div>
+ </noscript>
+ </div>
+</div>
<div id="notify" class="notify"><span id="notify_body">&nbsp;</span></div>