1
0
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:
Felix Hammerl 2013-11-11 16:57:21 +01:00
parent 1371306616
commit 6ea15083d5

View File

@ -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;
}