diff --git a/viewfeed.js b/viewfeed.js index d5d3580da..368a1ed4c 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)