X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=js%2Fmap.js;h=f214881ee9084276418f68d7b72707b87cc90574;hp=c7a69e835d56ed86f3548dbcc6930b4cb99be27a;hb=7ef765750ee7eac523572bbd87396491fe955be1;hpb=33a97b694575dded25431495d1d8994dfd51f307 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; }