projects
/
tt-rss.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a862555
)
collapse_feedlist: also toggle splitter
author
Andrew Dolgov
<noreply@fakecake.org>
Sun, 22 Jan 2017 14:46:11 +0000
(17:46 +0300)
committer
Andrew Dolgov
<noreply@fakecake.org>
Sun, 22 Jan 2017 14:46:11 +0000
(17:46 +0300)
js/tt-rss.js
patch
|
blob
|
history
diff --git
a/js/tt-rss.js
b/js/tt-rss.js
index 20e0fc5a9714b7b23d734b9c04b84f5de0a9e474..0cbd589bbb85207a57d04a641026977d26c0db33 100644
(file)
--- a/
js/tt-rss.js
+++ b/
js/tt-rss.js
@@
-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) {