Skip to content

Commit

Permalink
[cmd:netmount] fix #2088 problem of shows error dialog behind this di…
Browse files Browse the repository at this point in the history
…alog
  • Loading branch information
nao-pon committed Jul 3, 2017
1 parent 3d8e767 commit 28ecb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/commands/netmount.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ elFinder.prototype.commands.netmount = function() {
});

if (!data.host) {
return fm.trigger('error', {error : 'errNetMountHostReq'});
return fm.trigger('error', {error : 'errNetMountHostReq', opts : {modal: true}});
}

fm.request({data : data, notify : {type : 'netmount', cnt : 1, hideCnt : true}})
Expand Down

0 comments on commit 28ecb87

Please sign in to comment.