diff options
author | Marcel Klehr <mklehr@gmx.net> | 2012-08-02 01:04:52 +0200 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2012-08-02 01:04:52 +0200 |
commit | 2fd604973c71b95e1716ec48cb49cace821af663 (patch) | |
tree | 3c1736c419c83c31d177b89cdad7d93fad65dda9 /src/templates | |
parent | 9d25dcc1f992f424af2f5d873ecdc878e6cf86ca (diff) | |
download | etherpad-lite-2fd604973c71b95e1716ec48cb49cace821af663.zip |
Remove the second occurrence of #editorloadingbox
Diffstat (limited to 'src/templates')
-rw-r--r-- | src/templates/pad.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/templates/pad.html b/src/templates/pad.html index 35f8897a..586f6d79 100644 --- a/src/templates/pad.html +++ b/src/templates/pad.html @@ -298,11 +298,6 @@ </div> <% e.end_block(); %> </div> - - <div id="editorcontainerbox"> - <div id="editorcontainer"></div> - <div id="editorloadingbox">Loading...</div> - </div> <div id="chatthrob"></div> |