From 95f49ba7430c53b02b9800d277f5b1b18799b692 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Fri, 7 Sep 2012 08:17:03 +0200 Subject: [PATCH] (hopefully) fix switching of copyright message --- js/map.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/map.js b/js/map.js index 8b4ffbb..48b1128 100644 --- a/js/map.js +++ b/js/map.js @@ -184,6 +184,8 @@ function setMapStyle() { if (mapSel.selectedIndex >= 0 && gActiveMap != mapSel.value) { gActiveMap = mapSel.value; gTiles = {}; + document.getElementById("copyright").innerHTML = + gMapStyles[gActiveMap].copyright; drawMap(); } } -- 2.35.3