summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-21 21:56:15 +0300
committerAndrew Dolgov <[email protected]>2010-11-21 21:56:15 +0300
commit247bb1bf462dd51e3579d5d8d803bd73cca743f8 (patch)
tree4a56c4e79bd0e76096caed924788737f605918ab /tt-rss.js
parentc401d5c906283f91a6e86ae392eaef56d3a72fbf (diff)
feedlist: disable persist functionality
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);