summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 56c1f36ce..46ea5a4bb 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -85,6 +85,7 @@ function updateFeedList() {
});
var tree = new fox.FeedTree({
+ persist: false,
model: treeModel,
onOpen: function (item, node) {
var id = String(item.id);