mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 16:31:29 +00:00
Select unread should clear previous selection (closes #19)
This commit is contained in:
@@ -1273,9 +1273,9 @@
|
||||
print "<td class=\"headlineActions\">
|
||||
Select:
|
||||
<a href=\"javascript:selectTableRowsByIdPrefix('headlinesList',
|
||||
'RROW-', 'RCHK-', true)\">All</a>,
|
||||
'RROW-', 'RCHK-', true, '', true)\">All</a>,
|
||||
<a href=\"javascript:selectTableRowsByIdPrefix('headlinesList',
|
||||
'RROW-', 'RCHK-', true, 'Unread')\">Unread</a>,
|
||||
'RROW-', 'RCHK-', true, 'Unread', true)\">Unread</a>,
|
||||
<a href=\"javascript:selectTableRowsByIdPrefix('headlinesList',
|
||||
'RROW-', 'RCHK-', false)\">None</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user