Merge pull request #888 from marcelklehr/feature/noscript-notification
Notify the user if Javascript is disabledpull/872/head^2
commit
76933f2b1d
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue