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

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',