Remove loading icon when data loaded
refs https://github.com/owncloud/core/pull/24491#issuecomment-217789787
This commit is contained in:
Родитель
bc9474336b
Коммит
372d86f588
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче