parent
dc8d66520b
commit
9558e747e4
2 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
## Refactor
|
||||
* Unify link colors [#7318](https://github.com/diaspora/diaspora/pull/7318)
|
||||
* Increase time to wait before showing the hovercard [#7319](https://github.com/diaspora/diaspora/pull/7319)
|
||||
|
||||
## Bug fixes
|
||||
* Fix path to `bundle` in `script/server` [#7281](https://github.com/diaspora/diaspora/pull/7281)
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ app.views.Hovercard = app.views.Base.extend({
|
|||
this.parent = el;
|
||||
this._positionHovercard();
|
||||
this._populateHovercard();
|
||||
}, 700),
|
||||
}, 1000),
|
||||
|
||||
_populateHovercard: function() {
|
||||
var href = this.href();
|
||||
|
|
|
|||
Loading…
Reference in a new issue