|
|
@ -139,7 +139,7 @@
|
|
|
|
requestAcceptedView.hide();
|
|
|
|
requestAcceptedView.hide();
|
|
|
|
confirmUnpairView.show();
|
|
|
|
confirmUnpairView.show();
|
|
|
|
const name = this.getPubkeyName(this.pubKeyToUnpair);
|
|
|
|
const name = this.getPubkeyName(this.pubKeyToUnpair);
|
|
|
|
this.$('.confirmUnpairView #pubkey').text(name);
|
|
|
|
this.$('.confirmUnpairView #pubkey').html(name);
|
|
|
|
} else if (!this.isListening) {
|
|
|
|
} else if (!this.isListening) {
|
|
|
|
requestReceivedView.hide();
|
|
|
|
requestReceivedView.hide();
|
|
|
|
waitingForRequestView.hide();
|
|
|
|
waitingForRequestView.hide();
|
|
|
|