Increase time to wait before showing the hovercard

closes #7319
This commit is contained in:
Steffen van Bergerem 2017-02-11 03:19:17 +01:00 committed by Benjamin Neff
parent dc8d66520b
commit 9558e747e4
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -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();