Hide initially empty error in standalone view
// FREEBIE
This commit is contained in:
parent
008e978b8a
commit
4b96722d52
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue