From: Robert Kaiser Date: Fri, 1 May 2015 01:26:52 +0000 (+0200) Subject: put a log message in when loading the pref X-Git-Tag: producution~6 X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=commitdiff_plain;h=7ef765750ee7eac523572bbd87396491fe955be1 put a log message in when loading the pref --- diff --git a/js/map.js b/js/map.js index c7a69e8..f214881 100644 --- a/js/map.js +++ b/js/map.js @@ -169,6 +169,7 @@ function loadPrefs(aEvent) { gAction.addEventListener("prefs-step", loadPrefs, false); gWaitCounter++; gPrefs.get("active_map_style", function(aValue) { + console.log("active_map_style: >>" + aValue + "<<"); if (aValue && gMapStyles[aValue]) { gMap.activeMap = aValue; }