summaryrefslogtreecommitdiff
path: root/static/longpolling.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/longpolling.js')
-rw-r--r--static/longpolling.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/longpolling.js b/static/longpolling.js
index 5b704acec..965c1d18d 100644
--- a/static/longpolling.js
+++ b/static/longpolling.js
@@ -1,5 +1,5 @@
-// Uses long-polling to update a div with a specified id,
-// by polling an url, which should return a new div, with the same id.
+// Updates a div with a specified id, by polling an url,
+// which should return a new div, with the same id.
connfails=0;