diff options
author | raylu <raylu@mixpanel.com> | 2011-08-06 21:36:23 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-08-06 21:36:23 -0700 |
commit | dc49f0338a95f77a9b2a90804f2178cf8281b23e (patch) | |
tree | 2b438ba73152d55a21e0d32c4d70765eb9f7ac21 /static/poller.js | |
parent | dbeeffe4720c38737bc49bf3cb4fd080d08ea203 (diff) | |
download | audioaxis-dc49f0338a95f77a9b2a90804f2178cf8281b23e.tar.xz |
many bugfixes, handle removal updates
Diffstat (limited to 'static/poller.js')
-rw-r--r-- | static/poller.js | 1 |
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 }); } |