1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-24 11:56:36 +02: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);