From 9558e747e4e9f75b97b7b73e4d4aa05f665e13d8 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sat, 11 Feb 2017 03:19:17 +0100 Subject: [PATCH] Increase time to wait before showing the hovercard closes #7319 --- Changelog.md | 1 + app/assets/javascripts/app/views/hovercard_view.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 6f77142e3..4e88b16be 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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) diff --git a/app/assets/javascripts/app/views/hovercard_view.js b/app/assets/javascripts/app/views/hovercard_view.js index 1013225ba..72ebe121a 100644 --- a/app/assets/javascripts/app/views/hovercard_view.js +++ b/app/assets/javascripts/app/views/hovercard_view.js @@ -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();