Merge branch 'next-minor' into develop
This commit is contained in:
commit
2f9a032b38
2 changed files with 2 additions and 1 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
## Refactor
|
## Refactor
|
||||||
* Unify link colors [#7318](https://github.com/diaspora/diaspora/pull/7318)
|
* 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
|
## Bug fixes
|
||||||
* Fix path to `bundle` in `script/server` [#7281](https://github.com/diaspora/diaspora/pull/7281)
|
* 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.parent = el;
|
||||||
this._positionHovercard();
|
this._positionHovercard();
|
||||||
this._populateHovercard();
|
this._populateHovercard();
|
||||||
}, 700),
|
}, 1000),
|
||||||
|
|
||||||
_populateHovercard: function() {
|
_populateHovercard: function() {
|
||||||
var href = this.href();
|
var href = this.href();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue