summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--viewfeed.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 8492a2341..3291f82b5 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -553,6 +553,8 @@ function cdmWatchdog() {
var ctr = document.getElementById("headlinesInnerContainer");
+ if (!ctr) return;
+
var ids = new Array();
var e = ctr.firstChild;