Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2015-09-01 13:12:18 +0300
committerRobin Appelman <icewind@owncloud.com>2015-09-01 14:16:04 +0300
commit204a4648bae0de1552ce03e76f8b9638f8809198 (patch)
tree955a71e8376d316ed82cf46321df5a811ecc263e /js
parentf2f8e36f6b62d9a762ecc3332c921fd253b622d4 (diff)
sizing fixes
Diffstat (limited to 'js')
-rw-r--r--js/editor.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/editor.js b/js/editor.js
index c8321a8..b29447e 100644
--- a/js/editor.js
+++ b/js/editor.js
@@ -250,7 +250,8 @@ var Files_Texteditor = {
container.html(
'<div id="editor_overlay"></div>'
+'<div id="editor_container" class="icon-loading">'
- +'<div id="editor_wrap"><div id="editor"></div><div id="preview"></div></div></div>');
+ +'<div id="editor_wrap"><div id="editor"></div>'
+ +'<div id="preview_wrap"><div id="preview"></div></div></div></div>');
$('#app-content').append(container);
// Get the file data