mirror of
https://github.com/ssyyhhrr/stewardle.git
synced 2025-11-08 10:33:46 -05:00
No Cache Fix
This commit is contained in:
@@ -526,7 +526,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
}
|
||||
let scores = JSON.parse(localStorage.scores)
|
||||
fillStats(stats, scores)
|
||||
fetch(`${window.location.href}/drivers.json?nocache=${new Date().getTime()}`).then(res => {
|
||||
fetch(`${window.location.href}/drivers.json`).then(res => {
|
||||
res.json().then(result => {
|
||||
driversObj = result
|
||||
Object.entries(result).forEach(driver => {
|
||||
|
||||
Reference in New Issue
Block a user