diff --git a/js/util.js b/js/util.js index ebd742f..e7c99cf 100644 --- a/js/util.js +++ b/js/util.js @@ -201,8 +201,8 @@ function renderDriverInfoBox(race) { content += "
Rank | "; content += "Position | "; + content += "Rank | "; content += "Code | "; content += "Points | "; content += "Fastest Lap Speed | "; @@ -229,8 +229,8 @@ function renderDriverInfoBox(race) { if(isNaN(driver.fastestLapSpeed)) driver.fastestLapSpeed = 0; //console.log(driver); content += "|
---|---|---|---|---|---|---|
"+driver.rank+" | "; - content += ""+driver.position+" | "; + content += ""+driver.position+" | "; + content += ""+driver.rank+" | "; content += ""+driver.code+" | "; content += ""+driver.points+" | "; content += ""+driver.fastestLapSpeed+" | ";