mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 21:28:40 +00:00
Hide initially empty error in standalone view
// FREEBIE
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
}
|
||||
this.render();
|
||||
this.phoneView = new Whisper.PhoneInputView({el: this.$('#phone-number-input')});
|
||||
this.$('#error').hide();
|
||||
},
|
||||
events: {
|
||||
'submit #form': 'submit',
|
||||
|
||||
Reference in New Issue
Block a user