summaryrefslogtreecommitdiff
path: root/jarmon/jarmon.js
diff options
context:
space:
mode:
Diffstat (limited to 'jarmon/jarmon.js')
-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