1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:15:55 +00:00

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
This commit is contained in:
Andrew Dolgov
2013-03-26 16:31:36 +04:00
parent 781f789171
commit 2196b517cd
2 changed files with 58 additions and 0 deletions

View File

@@ -513,3 +513,5 @@ function decrementFeedCounter(feed, is_cat) {
exception_error("decrement_feed_counter", e);
}
}