mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:05:55 +00:00
add function to open article summary in a popup window
This commit is contained in:
@@ -227,6 +227,8 @@
|
||||
|
||||
if ($mode == "") {
|
||||
outputArticleXML($link, $id, $feed_id);
|
||||
} else if ($mode == "zoom") {
|
||||
outputArticleXML($link, $id, $feed_id, true, true);
|
||||
} else {
|
||||
catchupArticleById($link, $id, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user