Remove unnecessary jquery insertion
This element is rendered in place already. // FREEBIE
This commit is contained in:
@@ -91,7 +91,7 @@
|
|||||||
input : this.$('input.search')
|
input : this.$('input.search')
|
||||||
});
|
});
|
||||||
|
|
||||||
this.searchView.$el.hide().insertAfter(this.inboxListView.el);
|
this.searchView.$el.hide();
|
||||||
|
|
||||||
this.listenTo(this.searchView, 'hide', function() {
|
this.listenTo(this.searchView, 'hide', function() {
|
||||||
this.searchView.$el.hide();
|
this.searchView.$el.hide();
|
||||||
|
Reference in New Issue
Block a user