Skip to content

Commit 2e5d48c

Browse files
committed
Disable cache busting for dashboard
1 parent a490347 commit 2e5d48c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

mrq/dashboard/static/js/config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ require.config({
1919
sparkline: "/static/js/vendor/jquery.sparkline.min"
2020
},
2121

22-
urlArgs: "bust=" + (new Date()).getTime(),
23-
22+
// urlArgs: "bust=" + (new Date()).getTime(),
2423

2524
shim: {
2625

0 commit comments

Comments
 (0)