From 0dc9cd0d14fb105bc65c606378e543984261305b Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sun, 18 Aug 2013 19:27:27 +0200 Subject: [PATCH 1/1] no debug on prod, please --- js/map.js | 2 +- manifest.appcache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.35.3