mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-16 10:21:00 +01:00
toggleSelect(etc): properly check for headlines object
This commit is contained in:
parent
0a18d0b1ed
commit
1930f0e4e0
@ -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();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user