summaryrefslogtreecommitdiff
path: root/prefs.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 /prefs.php
parent24a82359b2a190e276f95d5cd53ed78940912d4e (diff)
dojoConfig: use cacheBust
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php1
1 files changed, 1 insertions, 0 deletions
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" },