Skip to content

Commit 1b48a06

Browse files
committed
Fix crash that can happen while loading into missions from the menu
1 parent 968b4ca commit 1b48a06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

static/peacock-menu/index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"$datacontext": {
33
"in": "$.",
44
"datavalues": {
5-
"@global.CacheBuster": "0"
5+
"CacheBuster": "$.@global.CacheBuster"
66
},
77
"do": {
88
"$include": {
9-
"$path": "$formatstring menusystem/pages/peacock-menu/options.json@{$.@global.CacheBuster}"
9+
"$path": "$formatstring menusystem/pages/peacock-menu/options.json@{$.CacheBuster}"
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)