diff --git a/static/js/pandora/folderList.js b/static/js/pandora/folderList.js index 9d267dba..e06279aa 100644 --- a/static/js/pandora/folderList.js +++ b/static/js/pandora/folderList.js @@ -382,8 +382,8 @@ pandora.ui.folderList = function(id) { Ox.Requests.clearCache('find' + folderItems); }); }, - paste: function(data) { - pandora.$ui.list.triggerEvent('paste', data); + paste: function() { + pandora.$ui.list.triggerEvent('paste'); }, select: function(data) { var list = data.ids.length ? data.ids[0] : '';