Skip to content

Commit

Permalink
Increase time to wait before showing the hovercard
Browse files Browse the repository at this point in the history
closes #7319
  • Loading branch information
svbergerem authored and SuperTux88 committed Feb 12, 2017
1 parent dc8d665 commit 9558e74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog.md
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/app/views/hovercard_view.js
Expand Up @@ -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();
Expand Down

0 comments on commit 9558e74

Please sign in to comment.