Unverified Commit 9558e747 authored by Steffen van Bergerem's avatar Steffen van Bergerem Committed by Benjamin Neff
Browse files

Increase time to wait before showing the hovercard

closes #7319
parent dc8d6652
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)
+1 −1
Original line number Diff line number Diff line
@@ -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();