Fix aspect dropdown on people search page inserted after initial page load
This commit is contained in:
parent
28ff7fb557
commit
5e98308b2c
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ var List = {
|
|||
});
|
||||
|
||||
streamEl.html(string);
|
||||
$('.aspect_membership_dropdown').each(function(){
|
||||
new app.views.AspectMembership({el: this});
|
||||
});
|
||||
},
|
||||
|
||||
startSearchDelay: function (theSearch) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue