Remove loading icon when data loaded

refs https://github.com/owncloud/core/pull/24491#issuecomment-217789787
This commit is contained in:
John Molakvoæ 2016-05-09 09:32:39 +02:00
Родитель bc9474336b
Коммит 372d86f588
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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