mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-07 18:51:33 +00:00
save feedlist collapse state
This commit is contained in:
@@ -423,6 +423,10 @@ function init_collapsable_feedlist() {
|
||||
|
||||
if (fbtn) Element.show(fbtn);
|
||||
|
||||
if (getCookie("ttrss_vf_fclps") == 1) {
|
||||
collapse_feedlist();
|
||||
}
|
||||
|
||||
} catch (e) {
|
||||
exception_error("init_hidden_feedlist", e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user