Fix exception in install view
These lines throw TypeErrors for previously registered clients. // FREEBIE
This commit is contained in:
@@ -57,8 +57,8 @@
|
|||||||
this.on('disconnected', this.reconnect);
|
this.on('disconnected', this.reconnect);
|
||||||
|
|
||||||
if (Whisper.Registration.everDone()) {
|
if (Whisper.Registration.everDone()) {
|
||||||
this.installView.selectStep(Steps.SCAN_QR_CODE);
|
this.selectStep(Steps.SCAN_QR_CODE);
|
||||||
this.installView.hideDots();
|
this.hideDots();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
connect: function() {
|
connect: function() {
|
||||||
|
Reference in New Issue
Block a user