Restore 'cancel' button on delete message confirmation dialog
FREEBIE
This commit is contained in:
parent
559619eb49
commit
78c02f1154
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@
|
|||
var dialog = new Whisper.ConfirmationDialogView({
|
||||
message: i18n('deleteWarning'),
|
||||
okText: i18n('delete'),
|
||||
hideCancel: true,
|
||||
resolve: function() {
|
||||
this.model.destroy();
|
||||
this.resetPanel();
|
||||
|
|
Loading…
Add table
Reference in a new issue