mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 03:11:29 +00:00
add shortcut to open active article in new tab
This commit is contained in:
@@ -909,3 +909,7 @@ function cache_invalidate(id) {
|
||||
exception_error("cache_invalidate", e);
|
||||
}
|
||||
}
|
||||
|
||||
function getActiveArticleId() {
|
||||
return active_post_id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user