mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 05:01:29 +00:00
collapse_feedlist: fix incorrect label being set on collapse button
This commit is contained in:
@@ -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") {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user