summaryrefslogtreecommitdiffstats
path: root/static/poller.js
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-08-06 21:36:23 -0700
committerraylu <raylu@mixpanel.com>2011-08-06 21:36:23 -0700
commitdc49f0338a95f77a9b2a90804f2178cf8281b23e (patch)
tree2b438ba73152d55a21e0d32c4d70765eb9f7ac21 /static/poller.js
parentdbeeffe4720c38737bc49bf3cb4fd080d08ea203 (diff)
downloadaudioaxis-dc49f0338a95f77a9b2a90804f2178cf8281b23e.tar.xz
many bugfixes, handle removal updates
Diffstat (limited to 'static/poller.js')
-rw-r--r--static/poller.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/static/poller.js b/static/poller.js
index 31d6799..edb554e 100644
--- a/static/poller.js
+++ b/static/poller.js
@@ -8,7 +8,6 @@ function getUpdates() {
url: '/poll/',
dataType: 'json',
data: {pid: pid, timestamp: timestamp},
- timeout: 1000 * 30,
success: handleUpdates
});
}