mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:05:56 +00:00
collapse_feedlist: also toggle splitter
This commit is contained in:
@@ -823,9 +823,12 @@ function parse_runtime_info(data) {
|
||||
|
||||
function collapse_feedlist() {
|
||||
try {
|
||||
|
||||
Element.toggle("feeds-holder");
|
||||
|
||||
var splitter = $("feeds-holder_splitter");
|
||||
|
||||
Element.visible("feeds-holder") ? splitter.show() : splitter.hide();
|
||||
|
||||
dijit.byId("main").resize();
|
||||
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user