Hide initially empty error in standalone view

// FREEBIE
This commit is contained in:
lilia 2017-04-24 18:52:15 -07:00 committed by Scott Nonnenberg
parent 008e978b8a
commit 4b96722d52
No known key found for this signature in database
GPG key ID: A4931C09644C654B

View file

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