Show first race of selected year by default
This commit is contained in:
parent
1bfdd3d543
commit
b11e8ff3dc
|
@ -96,6 +96,8 @@ preprocessor.load(function(data) {
|
|||
$("#courseSelection li[data="+raceD1.raceInfo.raceId+"] .courseimagecontainer").append(imageTag);
|
||||
});
|
||||
}
|
||||
// Show first race by default
|
||||
$("#courseSelection li").first().click();
|
||||
});
|
||||
|
||||
$(window).resize(function(e) {
|
||||
|
|
Loading…
Reference in New Issue