1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 15:05:56 +00:00

feedlist: disable persist functionality

This commit is contained in:
Andrew Dolgov
2010-11-21 21:56:15 +03:00
parent c401d5c906
commit 247bb1bf46

View File

@@ -85,6 +85,7 @@ function updateFeedList() {
});
var tree = new fox.FeedTree({
persist: false,
model: treeModel,
onOpen: function (item, node) {
var id = String(item.id);