Fixed growing number on events on hovercard dropdown container
This commit is contained in:
parent
5d44fa771a
commit
710d03b1c2
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ app.views.Hovercard = app.views.Base.extend({
|
|||
this.$el.hide();
|
||||
}
|
||||
|
||||
this.dropdown_container.empty();
|
||||
this.dropdown_container.unbind().empty();
|
||||
return false;
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue