From 47410c6ff7f42c8c812beaddeda9c7e386f87c5b Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Sun, 7 Aug 2011 22:43:43 +0100 Subject: re-enable cache prevention - seems that IE caches the rrd files --- jarmon/jarmon.js | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3