This commit is contained in:
Kovid Goyal 2011-01-06 20:57:05 -07:00
parent dcb425ebbf
commit cff2e9b347

View File

@ -41,7 +41,7 @@ function scroll_to_bookmark(bookmark) {
$.scrollTo($(bm[0]), 1000,
{
over:ratio,
axis: 'y',
axis: 'y', // Do not scroll in the x direction
onAfter:function(){window.py_bridge.animated_scroll_done()}
}
);