Fixed growing number on events on hovercard dropdown container

This commit is contained in:
Faldrian 2014-12-20 02:44:48 +01:00
parent 5d44fa771a
commit 710d03b1c2

View file

@ -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;
},