summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-11-23 13:27:20 +0100
committerLoïc Hoguin <[email protected]>2011-11-23 13:27:20 +0100
commit4d61473c0f6155536238656b077cd200284ffb12 (patch)
treed7e3d328d815a78ea7b76e336826c62165488634
parentd18da26a3785a7950603696db39cb22fae251ccf (diff)
downloadbullet-4d61473c0f6155536238656b077cd200284ffb12.tar.gz
bullet-4d61473c0f6155536238656b077cd200284ffb12.tar.bz2
bullet-4d61473c0f6155536238656b077cd200284ffb12.zip
Don't cache xhrPolling requests
-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: {},