summaryrefslogtreecommitdiff
path: root/js/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-26 16:31:36 +0400
committerAndrew Dolgov <[email protected]>2013-03-26 16:32:06 +0400
commit2196b517cd16683db12cca7c7a6da3e4a0a755ca (patch)
treeb66ce7cbd2e74489bc714abdb1b3ab5347b707d3 /js/feedlist.js
parent781f789171526ac681fc3a364bdf17267e4d7c80 (diff)
manually find and expand all parent nodes of a selected feed in feedTree
because dojo is incapable of doing it itself in a situation where tree persistence cookie is at initial state, bloody fucking hell
Diffstat (limited to 'js/feedlist.js')
-rw-r--r--js/feedlist.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/feedlist.js b/js/feedlist.js
index aaf6c2aa6..7385177d1 100644
--- a/js/feedlist.js
+++ b/js/feedlist.js
@@ -513,3 +513,5 @@ function decrementFeedCounter(feed, is_cat) {
exception_error("decrement_feed_counter", e);
}
}
+
+