fixed 19-09
This commit is contained in:
@ -966,8 +966,8 @@ class CacheManager {
|
||||
}
|
||||
}
|
||||
}
|
||||
this.flexPages.insert(url, { "linkID": idN, "info": info });
|
||||
this.storage.set(idN, htmlData, function () { }, type = "flex");
|
||||
// this.flexPages.insert(url, { "linkID": idN, "info": info });
|
||||
//this.storage.set(idN, htmlData, function () { }, type = "flex");
|
||||
if (this.countFP > 5) {
|
||||
this.countFP = 0;
|
||||
//this.storage.set("treePage", this.flexPages.toJSON(), function () { });
|
||||
|
||||
Reference in New Issue
Block a user