Notify the user, if JavaScript is disabled.

This commit is contained in:
Marcel Klehr 2012-07-19 11:34:14 +02:00
parent 9aed433ad5
commit c3ddff3fa0
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">