diff --git a/static/js/documentsPanel.js b/static/js/documentsPanel.js index be278e233..a89e97fe8 100644 --- a/static/js/documentsPanel.js +++ b/static/js/documentsPanel.js @@ -878,7 +878,7 @@ pandora.ui.documentsPanel = function(options) { Ox.Request.clearCache('findDocuments'); $list.bindEventOnce({ load: function() { - $list.options({selected: [files.ids]}); + $list.options({selected: files.ids}); } }) .reloadList();