mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:25:55 +00:00
toggleSelect(etc): properly check for headlines object
This commit is contained in:
@@ -1004,7 +1004,7 @@ function toggleSelectRow2(sender, row, is_cdm) {
|
|||||||
else
|
else
|
||||||
row.removeClassName('Selected');
|
row.removeClassName('Selected');
|
||||||
|
|
||||||
if (typeof updateSelectedPrompt != undefined)
|
if (typeof Headlines != "undefined")
|
||||||
Headlines.updateSelectedPrompt();
|
Headlines.updateSelectedPrompt();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1018,7 +1018,7 @@ function toggleSelectRow(sender, row) {
|
|||||||
else
|
else
|
||||||
row.removeClassName('Selected');
|
row.removeClassName('Selected');
|
||||||
|
|
||||||
if (typeof updateSelectedPrompt != undefined)
|
if (typeof Headlines != "undefined")
|
||||||
Headlines.updateSelectedPrompt();
|
Headlines.updateSelectedPrompt();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user