hook up deletefromlibrary in main menu

This commit is contained in:
j 2015-02-27 16:33:20 +05:30
commit c18896e426
2 changed files with 9 additions and 0 deletions

View file

@ -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'
});
});
});