diff --git a/js/util.js b/js/util.js index a3da7bb..7f5d1fd 100644 --- a/js/util.js +++ b/js/util.js @@ -154,7 +154,7 @@ function renderRaceInfoBox(race) { //console.log(raceInfo); var content = ""; - content = "

"+raceInfo.name+"

"; + content = "

"+raceInfo.name+" "+raceInfo.date.getFullYear()+"

"; content += "
"+circuit.name+" ("+circuit.location+", "+circuit.country+")
"; content += "
"+raceInfo.date.toLocaleDateString("de-DE")+"
" content += "
";