From: Robert Kaiser Date: Sun, 26 May 2013 14:29:26 +0000 (+0200) Subject: try increasing init timeout X-Git-Tag: legacy-preGL~21^2 X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=commitdiff_plain;h=81b1b5fe77679daa0c540365e47e2fe9c36fea22 try increasing init timeout --- diff --git a/js/ui.js b/js/ui.js index 8f036fe..00e8894 100644 --- a/js/ui.js +++ b/js/ui.js @@ -60,7 +60,7 @@ window.onload = function() { var loopCnt = 0; var waitForInitAndDraw = function() { - if ((gWaitCounter <= 0) || (loopCnt > 100)) { + if ((gWaitCounter <= 0) || (loopCnt > 1000)) { if (gWaitCounter <= 0) gWaitCounter = 0; else diff --git a/manifest.appcache b/manifest.appcache index 5f98be6..45ea458 100644 --- a/manifest.appcache +++ b/manifest.appcache @@ -1,6 +1,6 @@ CACHE MANIFEST -# 2013-04-18 +# 2013-05-26 manifest.webapp js/map.js js/ui.js