another experiment.............

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-02-13 01:03:30 +04:00
parent 437047fe4a
commit fc71c79e38

View File

@ -139,7 +139,9 @@ $(document).ready(function(){
.on('scrollend', function(){
log('scrolling done...')
setCurrentPage()
// XXX for some reason, on android, this sets the page but
// does not actually scroll to it...
log('>>>' + setCurrentPage())
})