1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 02:11:27 +00:00

zoomToArticle: fix for new cache system

This commit is contained in:
Andrew Dolgov
2011-08-31 19:33:59 +04:00
parent 452e75cc94
commit 87085cc848

View File

@@ -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)