dojoConfig: use cacheBust
This commit is contained in:
parent
24a82359b2
commit
6f84bf7b0a
|
@ -91,6 +91,7 @@
|
|||
<script>
|
||||
dojoConfig = {
|
||||
async: true,
|
||||
cacheBust: new Date(),
|
||||
packages: [
|
||||
{ name: "fox", location: "../../js" },
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue