forked from 0x2620/pandora
clear cache
This commit is contained in:
parent
0c7b69f855
commit
bd8d62d7ea
2 changed files with 4 additions and 0 deletions
|
@ -277,6 +277,8 @@ pandora.ui.listInfo = function() {
|
|||
name: data.value
|
||||
}, function(result) {
|
||||
if (result.data.id != list) {
|
||||
Ox.Request.clearCache('find' + folderItems);
|
||||
Ox.Request.clearCache('Home');
|
||||
pandora.renameList(list, result.data.id, result.data.name);
|
||||
list = result.data.id;
|
||||
item.name = result.data.name;
|
||||
|
@ -324,6 +326,7 @@ pandora.ui.listInfo = function() {
|
|||
}, function(result) {
|
||||
item.description = result.data.description;
|
||||
Ox.Request.clearCache('find' + folderItems);
|
||||
Ox.Request.clearCache('Home');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
@ -297,6 +297,7 @@ pandora.ui.listGeneralPanel = function(listData) {
|
|||
}, function(result) {
|
||||
description = result.data.description;
|
||||
Ox.Request.clearCache('find' + folderItems);
|
||||
Ox.Request.clearCache('Home');
|
||||
pandora.$ui.info.updateListInfo();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue