mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45: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
|
||||
row.removeClassName('Selected');
|
||||
|
||||
if (typeof updateSelectedPrompt != undefined)
|
||||
if (typeof Headlines != "undefined")
|
||||
Headlines.updateSelectedPrompt();
|
||||
}
|
||||
|
||||
@@ -1018,7 +1018,7 @@ function toggleSelectRow(sender, row) {
|
||||
else
|
||||
row.removeClassName('Selected');
|
||||
|
||||
if (typeof updateSelectedPrompt != undefined)
|
||||
if (typeof Headlines != "undefined")
|
||||
Headlines.updateSelectedPrompt();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user