From 12fd22ea34ddad5bdd5500eb8daa8850480cf19a Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Sun, 19 Jun 2011 22:39:36 +0100 Subject: remove the ifmodified option - it doesn't do what I thought --- jarmon/jarmon.js | 1 - 1 file changed, 1 deletion(-) diff --git a/jarmon/jarmon.js b/jarmon/jarmon.js index 6dde29b..dad9970 100644 --- a/jarmon/jarmon.js +++ b/jarmon/jarmon.js @@ -41,7 +41,6 @@ jarmon.downloadBinary = function(url) { $.ajax({ url: url, dataType: 'text', - ifModified: true, 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