mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:15:55 +00:00
cdmWatchdog: bail out when no container is present
This commit is contained in:
@@ -553,6 +553,8 @@ function cdmWatchdog() {
|
||||
|
||||
var ctr = document.getElementById("headlinesInnerContainer");
|
||||
|
||||
if (!ctr) return;
|
||||
|
||||
var ids = new Array();
|
||||
|
||||
var e = ctr.firstChild;
|
||||
|
||||
Reference in New Issue
Block a user