feedlist: disable persist functionality

This commit is contained in:
Andrew Dolgov 2010-11-21 21:56:15 +03:00
parent c401d5c906
commit 247bb1bf46
1 changed files with 1 additions and 0 deletions

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);