mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Remove unneeded function
This commit is contained in:
@@ -21,10 +21,6 @@ var Whisper = Whisper || {};
|
||||
tagName: 'div',
|
||||
className: 'phone-input',
|
||||
template: $('#phone-number').html(),
|
||||
initialize: function() {
|
||||
this.render();
|
||||
},
|
||||
|
||||
render: function() {
|
||||
this.$el.html($(Mustache.render(this.template)));
|
||||
this.$el.find('input.number').intlTelInput();
|
||||
|
||||
Reference in New Issue
Block a user