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) }) //}