1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 17:45:56 +00:00

collapse_feedlist: fix for button element

This commit is contained in:
Andrew Dolgov
2010-01-12 16:06:01 +03:00
parent d60009cdd8
commit 65355c846c

View File

@@ -935,7 +935,7 @@ function collapse_feedlist() {
if (!Element.visible(fl)) { if (!Element.visible(fl)) {
Element.show(fl); Element.show(fl);
fbtn.value = "<<"; fbtn.innerHTML = "<<";
if (theme != "graycube") { if (theme != "graycube") {
@@ -957,7 +957,7 @@ function collapse_feedlist() {
} else { } else {
Element.hide(fl); Element.hide(fl);
fbtn.value = ">>"; fbtn.innerHTML = ">>";
if (theme != "graycube") { if (theme != "graycube") {