tweeking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-02-13 04:19:35 +04:00
parent 000cff2673
commit ae425e3e61

View File

@ -165,7 +165,7 @@ $(document).ready(function(){
// XXX for some reason, on android, this sets the page but
// does not actually scroll to it -- no animation and/or
// .ScrollTo does notwork...
setTimeout(functio(){setCurrentPage()}, 50)
setTimeout(function(){setCurrentPage()}, 50)
})
//}