Fix exception in install view

These lines throw TypeErrors for previously registered clients.

// FREEBIE
This commit is contained in:
lilia 2017-08-17 13:59:27 +02:00 committed by Scott Nonnenberg
parent ac237b9e31
commit ff1bad674e
No known key found for this signature in database
GPG key ID: A4931C09644C654B

View file

@ -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() {