1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 08:41:29 +00:00

collapse_feedlist: fix incorrect label being set on collapse button

This commit is contained in:
Andrew Dolgov
2010-10-05 15:44:41 +04:00
parent a2d799815a
commit 748345733d

View File

@@ -776,7 +776,7 @@ function collapse_feedlist() {
if (!Element.visible(fl)) { if (!Element.visible(fl)) {
Element.show(fl); Element.show(fl);
fbtn.innerHTML = "<<"; fbtn.innerHTML = "&lt;&lt;";
if (theme != "graycube") { if (theme != "graycube") {
@@ -798,7 +798,7 @@ function collapse_feedlist() {
} else { } else {
Element.hide(fl); Element.hide(fl);
fbtn.innerHTML = ">>"; fbtn.innerHTML = "&gt;&gt;";
if (theme != "graycube") { if (theme != "graycube") {