]> git.wh0rd.org - tt-rss.git/commitdiff
dojoConfig: use cacheBust
authorAndrew Dolgov <noreply@fakecake.org>
Sun, 22 Jan 2017 10:43:32 +0000 (13:43 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Sun, 22 Jan 2017 10:43:32 +0000 (13:43 +0300)
index.php
prefs.php

index 220fe27c1693536d5147b7d69b3207dc151f44f2..66314ad17d2271b653e7822989529a6c8234d9b8 100644 (file)
--- a/index.php
+++ b/index.php
@@ -91,6 +91,7 @@
        <script>
                dojoConfig = {
                        async: true,
+                       cacheBust: new Date(),
                        packages: [
                                { name: "fox", location: "../../js" },
                        ]
index 931373bad4e1a2e37841f4a869b5d3a437728c24..4298c38a2be7efd4fd4e00527838c0464834ab46 100644 (file)
--- 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" },