diff options
author | John McLear <john@mclear.co.uk> | 2013-03-29 02:24:15 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2013-03-29 02:24:15 +0000 |
commit | d73ea4e334ed3345ceaf110db4b1d71737d7db8e (patch) | |
tree | dacc1581d9e1fc36d2ce13ae7f05a201c3be93dd | |
parent | 34e3e2f4321d056350bfd8d2ce5ddfbfa86c6463 (diff) | |
download | etherpad-lite-d73ea4e334ed3345ceaf110db4b1d71737d7db8e.zip |
Loading blocks
-rw-r--r-- | src/templates/pad.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/templates/pad.html b/src/templates/pad.html index 1d8c069a..ef621545 100644 --- a/src/templates/pad.html +++ b/src/templates/pad.html @@ -195,7 +195,9 @@ <div id="wrongPassword"> <p data-l10n-id="pad.wrongPassword">Your password was wrong</p> </div> + <% e.begin_block("loading"); %> <p data-l10n-id="pad.loading" id="loading">Loading...</p> + <% e.end_block(); %> <noscript><strong>Sorry, you have to enable Javascript in order to use this.</strong></noscript> </div> </div> |