Hide initially empty error in standalone view

// FREEBIE
pull/749/head
lilia 8 years ago committed by Scott Nonnenberg
parent 008e978b8a
commit 4b96722d52
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

@ -18,6 +18,7 @@
} }
this.render(); this.render();
this.phoneView = new Whisper.PhoneInputView({el: this.$('#phone-number-input')}); this.phoneView = new Whisper.PhoneInputView({el: this.$('#phone-number-input')});
this.$('#error').hide();
}, },
events: { events: {
'submit #form': 'submit', 'submit #form': 'submit',

Loading…
Cancel
Save