aboutsummaryrefslogtreecommitdiffstats
path: root/website/resources/scripts/global/sth.js
diff options
context:
space:
mode:
Diffstat (limited to 'website/resources/scripts/global/sth.js')
-rw-r--r--website/resources/scripts/global/sth.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/website/resources/scripts/global/sth.js b/website/resources/scripts/global/sth.js
index f598370d6..7ae7d2078 100644
--- a/website/resources/scripts/global/sth.js
+++ b/website/resources/scripts/global/sth.js
@@ -19,6 +19,9 @@
/// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+//Do not cache any JSON files - see https://bugs.ecmascript.org/show_bug.cgi?id=87
+$.ajaxSetup( {cache:false});
+
/*
* Run a test in the browser. Works by injecting an iframe with the test code.
*