fix hovercards
This commit is contained in:
parent
adf6c3c009
commit
a51c4f0ddc
2 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue