From: Andrew Dolgov Date: Sun, 12 Sep 2010 10:05:12 +0000 (+0400) Subject: digest: do not catchup on zoom X-Git-Tag: 1.5.0~435^2~1^2~28 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ef1ef3bc29b3324830c26efa9678568c4c530e2f;p=tt-rss.git digest: do not catchup on zoom --- diff --git a/digest.js b/digest.js index ba066a15..82abe667 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);