summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Wall <richard@largo>2011-08-07 22:43:43 +0100
committerRichard Wall <richard@largo>2011-08-07 22:43:43 +0100
commit47410c6ff7f42c8c812beaddeda9c7e386f87c5b (patch)
tree636c667885ad4bef7366f7803f70e0363adc3a4b
parentb07effde8a5c820629d5d48abb21d2ffd7777c75 (diff)
re-enable cache prevention - seems that IE caches the rrd files
-rw-r--r--jarmon/jarmon.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jarmon/jarmon.js b/jarmon/jarmon.js
index 27d82a1..e24e165 100644
--- a/jarmon/jarmon.js
+++ b/jarmon/jarmon.js
@@ -240,6 +240,7 @@ jarmon.downloadBinary = function(url) {
$.ajax({
url: url,
dataType: 'text',
+ cache: false,
mimeType: 'text/plain; charset=x-user-defined',
xhr: function() {
// Save a reference to the native xhr object - we need it later