1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 14:21:32 +00:00

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

View File

@@ -110,8 +110,8 @@ function zoom(article_id) {
} }
} }
catchup_article(article_id, //catchup_article(article_id,
function() { update(); }); // function() { update(); });
} catch (e) { } catch (e) {
exception_error("zoom", e); exception_error("zoom", e);