Fix exception in install view
These lines throw TypeErrors for previously registered clients. // FREEBIE
This commit is contained in:
parent
ac237b9e31
commit
ff1bad674e
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue