1
0
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:
Andrew Dolgov
2007-07-20 07:01:18 +01:00
parent 58e481b479
commit 298f3f783a
3 changed files with 66 additions and 0 deletions

View File

@@ -909,3 +909,7 @@ function cache_invalidate(id) {
exception_error("cache_invalidate", e);
}
}
function getActiveArticleId() {
return active_post_id;
}