1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 04:11:28 +00:00

add placeholder mouse trap code, misc fixes

This commit is contained in:
Andrew Dolgov
2008-05-19 11:24:46 +01:00
parent 673c994674
commit 3a40e8a2ed
5 changed files with 49 additions and 4 deletions

View File

@@ -1091,6 +1091,8 @@ function cdmGetVisibleArticles() {
var sel_articles = new Array();
var container = document.getElementById("headlinesInnerContainer");
if (!container) return sel_articles;
for (i = 0; i < container.childNodes.length; i++) {
var child = container.childNodes[i];