mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 11:51:28 +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)) {
|
if (!Element.visible(fl)) {
|
||||||
Element.show(fl);
|
Element.show(fl);
|
||||||
fbtn.innerHTML = "<<";
|
fbtn.innerHTML = "<<";
|
||||||
|
|
||||||
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 = ">>";
|
||||||
|
|
||||||
if (theme != "graycube") {
|
if (theme != "graycube") {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user