diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2010-09-12 14:05:12 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2010-09-12 14:05:12 +0400 |
| commit | ef1ef3bc29b3324830c26efa9678568c4c530e2f (patch) | |
| tree | 7f8184823e26ecad627cea78f022802f3e3fbd5d /digest.js | |
| parent | 9ed133e7a97e4ad591df2557646519a2f451adf3 (diff) | |
digest: do not catchup on zoom
Diffstat (limited to 'digest.js')
| -rw-r--r-- | digest.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |