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:
authorJulius Härtl <jus@bitgrid.net>2018-08-15 18:11:05 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-08-15 21:08:42 +0300
commitfe64d1cc182135533fc9474d6c7399921a2381da (patch)
tree9feb0a592fc31ec11e7826a2d0294301a92e396a /js
parent83e325daa72735dd36ea2da70da8699eadf38955 (diff)
Move editor container outside of the app content
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'js')
-rw-r--r--js/editor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/editor.js b/js/editor.js
index d4065ac..ae08452 100644
--- a/js/editor.js
+++ b/js/editor.js
@@ -283,7 +283,7 @@ var Files_Texteditor = {
+'<div id="editor_container" class="icon-loading">'
+'<div id="editor_wrap"><div id="editor"></div>'
+'<div id="preview_wrap"><div id="preview"></div></div></div></div>');
- $('#app-content').append(container);
+ $('#content').append(container);
// Get the file data