]> git.wh0rd.org Git - tt-rss.git/commitdiff
feedlist: disable persist functionality
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 21 Nov 2010 18:56:15 +0000 (21:56 +0300)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 21 Nov 2010 18:56:15 +0000 (21:56 +0300)
tt-rss.js

index 56c1f36ce7cd00665495205b9336a5b55a4add99..46ea5a4bb8d22479155a7afad5ea6f9610cbea90 100644 (file)
--- 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);