From dc49f0338a95f77a9b2a90804f2178cf8281b23e Mon Sep 17 00:00:00 2001 From: raylu Date: Sat, 6 Aug 2011 21:36:23 -0700 Subject: many bugfixes, handle removal updates --- static/poller.js | 1 - 1 file changed, 1 deletion(-) (limited to 'static/poller.js') 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 }); } -- cgit v1.2.3