mirror of
https://github.com/moparisthebest/mail
synced 2024-12-23 07:48:48 -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',
|
||||
message: 'Delete this message permanently?',
|
||||
callback: function(ok) {
|
||||
$scope.state.dialog.open = false;
|
||||
|
||||
if (!ok) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user