@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix call to scrollToPosition()

Summary: See rPea67a8ab8e58. This was typed wrong and all the things I tested called scrollToPosition() directly.

Test Plan: Quoted a comment.

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley, krzysztof.ciebiera

Differential Revision: https://secure.phabricator.com/D11505

+1 -1
+1 -1
webroot/rsrc/externals/javelin/lib/DOM.js
··· 980 980 * @return void 981 981 */ 982 982 scrollTo : function(node) { 983 - JX.DOM._scrollToPosition(0, JX.$V(node).y); 983 + JX.DOM.scrollToPosition(0, JX.$V(node).y); 984 984 }, 985 985 986 986 /**