From 87085cc848577670f7ddf461a3def68abdf59423 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 31 Aug 2011 19:33:59 +0400 Subject: [PATCH] zoomToArticle: fix for new cache system --- viewfeed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)