From 4b96722d526bea3a6a1cc615a9a467f7e88e794b Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 24 Apr 2017 18:52:15 -0700 Subject: [PATCH] Hide initially empty error in standalone view // FREEBIE --- js/views/standalone_registration_view.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/views/standalone_registration_view.js b/js/views/standalone_registration_view.js index b3cbb94d8..8cbeec69e 100644 --- a/js/views/standalone_registration_view.js +++ b/js/views/standalone_registration_view.js @@ -18,6 +18,7 @@ } this.render(); this.phoneView = new Whisper.PhoneInputView({el: this.$('#phone-number-input')}); + this.$('#error').hide(); }, events: { 'submit #form': 'submit',