Merge pull request #888 from marcelklehr/feature/noscript-notification

Notify the user if Javascript is disabled
This commit is contained in:
Matthias Bartelmeß 2012-07-19 04:10:47 -07:00
commit 76933f2b1d
1 changed files with 4 additions and 1 deletions

View File

@ -148,7 +148,10 @@
<div id="editorcontainerbox">
<div id="editorcontainer"></div>
<div id="editorloadingbox">Loading...</div>
<div id="editorloadingbox">
<p>Loading...</p>
<noscript><strong>Sorry, you have to enable Javascript in order to use this.</strong></noscript>
</div>
</div>
<div id="settings" class="popup">