From 7ef765750ee7eac523572bbd87396491fe955be1 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Fri, 1 May 2015 03:26:52 +0200 Subject: [PATCH] put a log message in when loading the pref --- js/map.js | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.35.3