Merge pull request #117 from owncloud/on-fail-close

Close the texteditor when we fail to load the file
This commit is contained in:
Thomas Müller 2015-09-30 15:01:27 +02:00
Родитель 41d7a58486 597ed7c5f2
Коммит c3bfe18e00
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -299,6 +299,7 @@ var Files_Texteditor = {
function(message){
// Oh dear
OC.dialogs.alert(message, t('files_texteditor', 'An error occurred!'));
_self.closeEditor();
});
},