Merge pull request #117 from owncloud/on-fail-close
Close the texteditor when we fail to load the file
This commit is contained in:
Коммит
c3bfe18e00
|
@ -299,6 +299,7 @@ var Files_Texteditor = {
|
|||
function(message){
|
||||
// Oh dear
|
||||
OC.dialogs.alert(message, t('files_texteditor', 'An error occurred!'));
|
||||
_self.closeEditor();
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче