From 372d86f58875b18eec11730abdbc3d43a875fccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Mon, 9 May 2016 09:32:39 +0200 Subject: Remove loading icon when data loaded refs https://github.com/owncloud/core/pull/24491#issuecomment-217789787 --- js/editor.js | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3