From ae425e3e61cb65a66ccfdaec79d15e0ecd67f63e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 13 Feb 2013 04:19:35 +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 6f50de1..188253e 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... - setTimeout(functio(){setCurrentPage()}, 50) + setTimeout(function(){setCurrentPage()}, 50) }) //}