diff options
author | Richard Wall <richard@largo> | 2011-06-19 22:39:36 +0100 |
---|---|---|
committer | Richard Wall <richard@largo> | 2011-06-19 22:39:36 +0100 |
commit | 12fd22ea34ddad5bdd5500eb8daa8850480cf19a (patch) | |
tree | 3e65a0417bf1b847c4d85d026147966b9df3f78d | |
parent | 30a5e9abe7a477f14963a9188700c506623dd855 (diff) |
remove the ifmodified option - it doesn't do what I thought
-rw-r--r-- | jarmon/jarmon.js | 1 |
1 files changed, 0 insertions, 1 deletions
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 |