]> git.wh0rd.org - tt-rss.git/commitdiff
digest: do not catchup on zoom
authorAndrew Dolgov <fox@bah.org.ru>
Sun, 12 Sep 2010 10:05:12 +0000 (14:05 +0400)
committerAndrew Dolgov <fox@bah.org.ru>
Sun, 12 Sep 2010 10:05:12 +0000 (14:05 +0400)
digest.js

index ba066a15f7ed287ccd3633196406b761e995fa1b..82abe6676cb9434a8659ef90658d722162316773 100644 (file)
--- 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);