hide copyright field as well, but make sure it's shown when we change maps and might...
[lantea.git] / js / map.js
index d07cd743682289b924cc6142399eee4c5b688291..dd3b57379dba2eddae10e8efe3647ecc80ec9138 100644 (file)
--- a/js/map.js
+++ b/js/map.js
@@ -187,6 +187,7 @@ function setMapStyle() {
     gTiles = {};
     document.getElementById("copyright").innerHTML =
         gMapStyles[gActiveMap].copyright;
+    showUI();
     drawMap();
   }
 }