Key verification error popup: Remove cancel, empty resolve()
FREEBIE
This commit is contained in:
parent
352b5f408b
commit
6caf88c404
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
|
||||
var dialog = new Whisper.ConfirmationDialogView({
|
||||
message: i18n('changedRightAfterVerify', this.model.getTitle(), this.model.getTitle()),
|
||||
resolve: function() {},
|
||||
hideCancel: true
|
||||
});
|
||||
|
||||
dialog.$el.insertBefore(this.el);
|
||||
|
|
Loading…
Reference in a new issue