From b03d17285cb1c18bb7871bbcdf46255883605262 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Mon, 5 Nov 2012 01:42:04 +0100 Subject: [PATCH] improved debug message --- js/ui.js | 2 +- manifest.appcache | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/js/ui.js b/js/ui.js index e347b99..9d55c6b 100644 --- a/js/ui.js +++ b/js/ui.js @@ -47,7 +47,7 @@ window.onload = function() { if (gWaitCounter <= 0) gWaitCounter = 0; else - document.getElementById("debug").textContent = "Loading prefs failed."; + document.getElementById("debug").textContent = "Loading failed (waiting for init)."; gMapPrefsLoaded = true; resizeAndDraw(); diff --git a/manifest.appcache b/manifest.appcache index a9b23fc..b6b0663 100644 --- a/manifest.appcache +++ b/manifest.appcache @@ -1,6 +1,6 @@ CACHE MANIFEST -# / +# 2012-11-04 index.html manifest.webapp js/map.js @@ -11,6 +11,3 @@ style/lanteaIcon16.png style/lanteaIcon32.png style/lanteaIcon64.png style/lanteaIcon128.png - -NETWORK: - -- 2.35.3