mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 13:21:28 +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");
|
var ctr = document.getElementById("headlinesInnerContainer");
|
||||||
|
|
||||||
|
if (!ctr) return;
|
||||||
|
|
||||||
var ids = new Array();
|
var ids = new Array();
|
||||||
|
|
||||||
var e = ctr.firstChild;
|
var e = ctr.firstChild;
|
||||||
|
|||||||
Reference in New Issue
Block a user