From: Andrew Dolgov Date: Wed, 31 Aug 2011 15:33:59 +0000 (+0400) Subject: zoomToArticle: fix for new cache system X-Git-Tag: 1.5.6~36 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=87085cc848577670f7ddf461a3def68abdf59423;p=tt-rss.git zoomToArticle: fix for new cache system --- diff --git a/viewfeed.js b/viewfeed.js index d5d3580d..368a1ed4 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -1305,7 +1305,7 @@ function getArticleUnderPointer() { function zoomToArticle(event, id) { try { - var cached_article = cache_find(id); + var cached_article = cache_get("article: " + id); if (dijit.byId("ATAB-" + id)) if (!event || !event.shiftKey)