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:
-rw-r--r--js/editor.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/editor.js b/js/editor.js
index 61a7c8a..27682ba 100644
--- a/js/editor.js
+++ b/js/editor.js
@@ -295,6 +295,8 @@ var Files_Texteditor = {
document.title = file.name + ' - ' + OCA.Files_Texteditor.oldTitle;
// Load ace
$('#'+_self.editor).text(data);
+ // Remove loading
+ $('#editor_container').removeClass('icon-loading');
// Configure ace
_self.configureACE(file);
// Show the controls