mirror of
https://github.com/moparisthebest/mail
synced 2024-12-23 15:58:49 -05:00
remove redundant closing of modal dialog
This commit is contained in:
parent
1371306616
commit
6ea15083d5
@ -115,8 +115,6 @@ define(function(require) {
|
|||||||
title: 'Delete',
|
title: 'Delete',
|
||||||
message: 'Delete this message permanently?',
|
message: 'Delete this message permanently?',
|
||||||
callback: function(ok) {
|
callback: function(ok) {
|
||||||
$scope.state.dialog.open = false;
|
|
||||||
|
|
||||||
if (!ok) {
|
if (!ok) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user