diff --git a/js/util.js b/js/util.js index 9163399..2efafa4 100644 --- a/js/util.js +++ b/js/util.js @@ -159,7 +159,8 @@ function renderRaceInfoBox(race) { content += "
"+raceInfo.date.toLocaleDateString("de-DE")+"
" content += "
"; content += "See Race on Wikipedia "; - content += "See Circuit on Wikipedia"; + content += "See Circuit on Wikipedia "; + content += "See Circuit on GoogleMaps"; content += "
"; return content; }