fix hovercards

This commit is contained in:
Steffen van Bergerem 2014-02-14 22:10:38 +01:00 committed by Florian Staudacher
parent adf6c3c009
commit a51c4f0ddc
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@
* Use youtube HTTPS scheme for oEmbed [#4743](https://github.com/diaspora/diaspora/pull/4743)
* Fix infinite scroll on aspect streams [#4729](https://github.com/diaspora/diaspora/issues/4729)
* Do not add a space after adding a mention [#4767](https://github.com/diaspora/diaspora/issues/4767)
* Fix hovercards [#4782](https://github.com/diaspora/diaspora/pull/4782)
## Features
* You can report a single post by clicking the correct icon in the controler section [#4517](https://github.com/diaspora/diaspora/pull/4517)

View file

@ -69,7 +69,7 @@ app.views.Hovercard = Backbone.View.extend({
hc.prependTo(el);
this._positionHovercard();
this._populateHovercard();
}, 500, true),
}, 500),
_populateHovercard: function() {
var href = this.href();