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);
|
||||
|
||||
if (Whisper.Registration.everDone()) {
|
||||
this.installView.selectStep(Steps.SCAN_QR_CODE);
|
||||
this.installView.hideDots();
|
||||
this.selectStep(Steps.SCAN_QR_CODE);
|
||||
this.hideDots();
|
||||
}
|
||||
},
|
||||
connect: function() {
|
||||
|
Reference in New Issue
Block a user