Restore 'cancel' button on delete message confirmation dialog

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-08-07 10:16:14 -07:00
parent 559619eb49
commit 78c02f1154

View file

@ -96,7 +96,6 @@
var dialog = new Whisper.ConfirmationDialogView({
message: i18n('deleteWarning'),
okText: i18n('delete'),
hideCancel: true,
resolve: function() {
this.model.destroy();
this.resetPanel();