Commit 5452665
Fix JS cache busting and store selectedField in segment stats callback
The imupath.js version string in the HTML was stale (20260125b), so
browsers kept serving a cached copy that lacked the time/distance
ranking key fix. Bumped to 20260131 to force a fresh fetch.
Also ensured appState.selectedField is set in the AJAX success
callback so getSegmentRanking() uses the correct key when looking
up rankings for built-in fields like time and distance.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent e15a4ad commit 5452665
File tree
2 files changed
+2
-1
lines changed- donkeycar/parts/web_controller/templates
- static
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
| 425 | + | |
426 | 426 | | |
427 | 427 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| 264 | + | |
264 | 265 | | |
265 | 266 | | |
266 | 267 | | |
| |||
0 commit comments