mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 12:47:38 +00:00
fix broken toolbar in combined view mode
This commit is contained in:
@@ -2672,7 +2672,11 @@
|
||||
<a href=\"javascript:cdmSelectArticles('none')\">None</a>
|
||||
|
||||
Toggle: <a href=\"javascript:selectionToggleUnread(true)\">Unread</a>,
|
||||
<a href=\"javascript:selectionToggleMarked(true)\">Starred</a>";
|
||||
<a href=\"javascript:selectionToggleMarked(true)\">Starred</a>
|
||||
|
||||
Mark as read:
|
||||
<a href=\"#\" onclick=\"catchupPage()\">Page</a>,
|
||||
<a href=\"#\" onclick=\"catchupCurrentFeed()\">Feed</a>";
|
||||
|
||||
print "</td>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user