diff options
-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 |