summaryrefslogtreecommitdiff
path: root/digest.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-09-12 14:05:12 +0400
committerAndrew Dolgov <[email protected]>2010-09-12 14:05:12 +0400
commitef1ef3bc29b3324830c26efa9678568c4c530e2f (patch)
tree7f8184823e26ecad627cea78f022802f3e3fbd5d /digest.js
parent9ed133e7a97e4ad591df2557646519a2f451adf3 (diff)
digest: do not catchup on zoom
Diffstat (limited to 'digest.js')
-rw-r--r--digest.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/digest.js b/digest.js
index ba066a15f..82abe6676 100644
--- a/digest.js
+++ b/digest.js
@@ -110,8 +110,8 @@ function zoom(article_id) {
}
}
- catchup_article(article_id,
- function() { update(); });
+ //catchup_article(article_id,
+ // function() { update(); });
} catch (e) {
exception_error("zoom", e);