summaryrefslogtreecommitdiff
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
parent24a82359b2a190e276f95d5cd53ed78940912d4e (diff)
dojoConfig: use cacheBust
-rw-r--r--index.php1
-rw-r--r--prefs.php1
2 files changed, 2 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" },
]
diff --git a/prefs.php b/prefs.php
index 931373bad..4298c38a2 100644
--- a/prefs.php
+++ b/prefs.php
@@ -57,6 +57,7 @@
<script>
dojoConfig = {
async: true,
+ cacheBust: new Date(),
packages: [
{ name: "lib", location: "../" },
{ name: "fox", location: "../../js" },