mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
Merge pull request #888 from marcelklehr/feature/noscript-notification
Notify the user if Javascript is disabled
This commit is contained in:
commit
76933f2b1d
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue