diff --git a/static/js/browser.js b/static/js/browser.js index a5f1127..7c4a07a 100644 --- a/static/js/browser.js +++ b/static/js/browser.js @@ -88,11 +88,13 @@ oml.ui.browser = function() { } }, select: function(data) { - oml.UI.set({ - item: data.ids[0], - itemView: 'info', - listSelection: data.ids - }); + if (ui.item) { + oml.UI.set({ + item: data.ids[0], + itemView: 'info', + listSelection: data.ids + }); + } }, oml_find: function() { that.reloadList();