collapse_feedlist: fix incorrect label being set on collapse button
This commit is contained in:
parent
a2d799815a
commit
748345733d
1 changed files with 2 additions and 2 deletions
|
@ -776,7 +776,7 @@ function collapse_feedlist() {
|
|||
|
||||
if (!Element.visible(fl)) {
|
||||
Element.show(fl);
|
||||
fbtn.innerHTML = "<<";
|
||||
fbtn.innerHTML = "<<";
|
||||
|
||||
if (theme != "graycube") {
|
||||
|
||||
|
@ -798,7 +798,7 @@ function collapse_feedlist() {
|
|||
|
||||
} else {
|
||||
Element.hide(fl);
|
||||
fbtn.innerHTML = ">>";
|
||||
fbtn.innerHTML = ">>";
|
||||
|
||||
if (theme != "graycube") {
|
||||
|
||||
|
|
Loading…
Reference in a new issue