Skip to content

Commit

Permalink
從電腦autosave自動同步 2024/11/23 週六 18:35:42.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinlinkk committed Nov 23, 2024
1 parent 255342b commit b6411a9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions 首頁資料/js/race.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ function fillList(type) {
}
})
}
let types = ["motogp","f1"]
for(let type in types){
fillList(types[type]);
}
document.addEventListener('DOMContentLoaded', function() {
let types = ["motogp","f1"];
for(let type of types){
fillList(type);
}
});

0 comments on commit b6411a9

Please sign in to comment.