summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--priv/bullet.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/priv/bullet.js b/priv/bullet.js
index ede2445..9d63242 100644
--- a/priv/bullet.js
+++ b/priv/bullet.js
@@ -77,6 +77,7 @@
$.ajax({
async: false,
+ cache: false,
type: 'POST',
url: fakeurl,
data: data,
@@ -117,6 +118,7 @@
xhr = $.ajax({
type: 'GET',
+ cache: false,
url: fakeurl,
dataType: 'text',
data: {},