digest: do not catchup on zoom

This commit is contained in:
Andrew Dolgov 2010-09-12 14:05:12 +04:00
parent 9ed133e7a9
commit ef1ef3bc29
1 changed files with 2 additions and 2 deletions

View File

@ -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);