[SSE mobile] Fix Bug 41677 (#178)
This commit is contained in:
parent
15d72d2674
commit
e42c7b2bfd
|
@ -105,8 +105,6 @@ define([
|
|||
// Handlers
|
||||
|
||||
onInsertImage: function (args) {
|
||||
SSE.getController('AddContainer').hideModal();
|
||||
|
||||
if ( !args.islocal ) {
|
||||
var me = this;
|
||||
var url = args.url;
|
||||
|
@ -124,6 +122,7 @@ define([
|
|||
uiApp.alert(me.textEmptyImgUrl);
|
||||
}
|
||||
} else {
|
||||
SSE.getController('AddContainer').hideModal();
|
||||
this.api.asc_addImage();
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue