mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 08:15:55 +00:00
add a %d articles selected element
This commit is contained in:
@@ -368,6 +368,9 @@ function toggleSelectRow2(sender, row, is_cdm) {
|
||||
row.addClassName('Selected');
|
||||
else
|
||||
row.removeClassName('Selected');
|
||||
|
||||
if (typeof updateSelectedPrompt != undefined)
|
||||
updateSelectedPrompt();
|
||||
}
|
||||
|
||||
|
||||
@@ -379,6 +382,9 @@ function toggleSelectRow(sender, row) {
|
||||
row.addClassName('Selected');
|
||||
else
|
||||
row.removeClassName('Selected');
|
||||
|
||||
if (typeof updateSelectedPrompt != undefined)
|
||||
updateSelectedPrompt();
|
||||
}
|
||||
|
||||
function checkboxToggleElement(elem, id) {
|
||||
|
||||
Reference in New Issue
Block a user