Merge pull request #5487 from Faldrian/5313-adding_contacts_racecondition_fix
Fixed growing number on events on hovercard dropdown container
This commit is contained in:
commit
91c14c19e3
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ app.views.Hovercard = app.views.Base.extend({
|
||||||
this.$el.hide();
|
this.$el.hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
this.dropdown_container.empty();
|
this.dropdown_container.unbind().empty();
|
||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue