You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2014/01/22 18:12:40 UTC

git commit: [#4257] Disable hash-based scroll management as it's not worth it

Updated Branches:
  refs/heads/cj/4257 37cfa4039 -> 2b3a9981a


[#4257] Disable hash-based scroll management as it's not worth it

Signed-off-by: Cory Johns <cj...@slashdotmedia.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/2b3a9981
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/2b3a9981
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/2b3a9981

Branch: refs/heads/cj/4257
Commit: 2b3a9981a982659585fa342a62b59ceb8659a19d
Parents: 37cfa40
Author: Cory Johns <cj...@slashdotmedia.com>
Authored: Wed Jan 22 17:12:35 2014 +0000
Committer: Cory Johns <cj...@slashdotmedia.com>
Committed: Wed Jan 22 17:12:35 2014 +0000

----------------------------------------------------------------------
 ForgeActivity/forgeactivity/nf/activity/js/activity.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/2b3a9981/ForgeActivity/forgeactivity/nf/activity/js/activity.js
----------------------------------------------------------------------
diff --git a/ForgeActivity/forgeactivity/nf/activity/js/activity.js b/ForgeActivity/forgeactivity/nf/activity/js/activity.js
index 80b79d8..0ed3b0e 100644
--- a/ForgeActivity/forgeactivity/nf/activity/js/activity.js
+++ b/ForgeActivity/forgeactivity/nf/activity/js/activity.js
@@ -21,7 +21,7 @@ ASOptions = {
     maxPages: 3,
     maintainScrollHistory: true,
     usePjax: true,
-    useHash: true,
+    useHash: false, // not worth the jitter
     forceAdvancedScroll: false,
     useShowMore: false,
     useInfiniteScroll: true