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
diff options
context:
space:
mode:
Diffstat (limited to 'js/editor.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