From: Robert Kaiser Date: Sun, 18 Aug 2013 17:27:27 +0000 (+0200) Subject: no debug on prod, please X-Git-Tag: legacy-preGL~6 X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=commitdiff_plain;h=0dc9cd0d14fb105bc65c606378e543984261305b;hp=7e9524be0118bd5890d84b83ced68e8ab3decf5f no debug on prod, please --- diff --git a/js/map.js b/js/map.js index e0f0a39..1afc24f 100644 --- a/js/map.js +++ b/js/map.js @@ -3,7 +3,7 @@ * You can obtain one at http://mozilla.org/MPL/2.0/. */ var gMapCanvas, gMapContext, gTrackCanvas, gTrackContext, gGeolocation; -var gDebug = true; +var gDebug = false; var gTileSize = 256; var gMaxZoom = 18; // The minimum is 0. diff --git a/manifest.appcache b/manifest.appcache index 63a82fc..7870ed2 100644 --- a/manifest.appcache +++ b/manifest.appcache @@ -1,6 +1,6 @@ CACHE MANIFEST -# 2013-08-17.1 +# 2013-08-17.2 manifest.webapp js/map.js js/ui.js