1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-10 01:59:14 +00:00

prototypize creation of headlines-spacer

This commit is contained in:
Andrew Dolgov
2011-08-03 18:48:28 +04:00
parent 18eb64a8a1
commit 608cbde285

View File

@@ -73,9 +73,7 @@ function headlines_callback2(transport, feed_cur_page) {
reply['headlines']['toolbar']);
var hsp = $("headlines-spacer");
if (!hsp) hsp = document.createElement("DIV");
hsp.id = "headlines-spacer";
if (!hsp) hsp = new Element("DIV", {"id": "headlines-spacer"});
if (!_infscroll_disable)
hsp.innerHTML = "<img src='images/indicator_tiny.gif'> " +
@@ -103,9 +101,7 @@ function headlines_callback2(transport, feed_cur_page) {
c.domNode.appendChild(row);
});
if (!hsp) hsp = document.createElement("DIV");
hsp.id = "headlines-spacer";
if (!hsp) hsp = new Element("DIV", {"id": "headlines-spacer"});
if (!_infscroll_disable)
hsp.innerHTML = "<img src='images/indicator_tiny.gif'> " +