This should have scroll=false.

Fixes mistake in commit 49b947c80431c4db732e6d33afc79c4f72cc77b6.
This commit is contained in:
ccd0 2015-07-18 21:12:52 -07:00
parent cc05931c76
commit 92d51398f4

View File

@ -249,7 +249,7 @@ Index =
Index.changed.page = true Index.changed.page = true
Index.currentPage = page Index.currentPage = page
if Object.keys(Index.changed).length if Object.keys(Index.changed).length
Index.pageLoad() Index.pageLoad false
else else
# page load or hash change # page load or hash change
if Index.processHash() if Index.processHash()