clear cache after adding new books
This commit is contained in:
parent
cc3a394dd5
commit
aa74a9fc43
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@
|
|||
event.preventDefault();
|
||||
oml.upload(event.originalEvent.dataTransfer.files, function(response) {
|
||||
setTimeout(function() {
|
||||
Ox.Request.clearCache();
|
||||
oml.UI.set({listSelection: response.data.ids});
|
||||
oml.reloadList();
|
||||
}, 50);
|
||||
|
|
Loading…
Reference in a new issue