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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user