From 000cff26739337075052e0cbc42efd9ba5b813b2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 13 Feb 2013 04:18:01 +0400 Subject: [PATCH] tweeking... Signed-off-by: Alex A. Naanou --- layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout.html b/layout.html index 4214713..6f50de1 100755 --- a/layout.html +++ b/layout.html @@ -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... - //setCurrentPage() + setTimeout(functio(){setCurrentPage()}, 50) }) //}