summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-01-22 13:43:32 +0300
committerAndrew Dolgov <[email protected]>2017-01-22 13:43:32 +0300
commit6f84bf7b0a2fcab6143b7a7fa95d70c539bb5267 (patch)
tree6820fcc1619a10da18e2c15ca3210bb01c913428 /index.php
parent24a82359b2a190e276f95d5cd53ed78940912d4e (diff)
dojoConfig: use cacheBust
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 220fe27c1..66314ad17 100644
--- a/index.php
+++ b/index.php
@@ -91,6 +91,7 @@
<script>
dojoConfig = {
async: true,
+ cacheBust: new Date(),
packages: [
{ name: "fox", location: "../../js" },
]