hook up deletefromlibrary in main menu
This commit is contained in:
parent
16a24fa5cc
commit
c18896e426
2 changed files with 9 additions and 0 deletions
|
|
@ -28,6 +28,10 @@ oml.ui.deleteItemsDialog = function() {
|
|||
oml.UI.set({listSelection: []});
|
||||
Ox.Request.clearCache(); // to much?
|
||||
oml.$ui.list.updateElement();
|
||||
oml.user.ui.item && oml.UI.set({
|
||||
item: '',
|
||||
itemView: 'info'
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue