diff --git a/static/js/pandora/folders.js b/static/js/pandora/folders.js index 8d60a1bd1..fadfc0cd5 100644 --- a/static/js/pandora/folders.js +++ b/static/js/pandora/folders.js @@ -287,10 +287,10 @@ pandora.ui.folders = function() { //$sections.push(pandora.$ui.section[i]); pandora.$ui.folderList[folder.id] = pandora.ui.folderList(folder.id) .bindEvent({ - selectafter: function() { + selectnext: function() { // ... }, - selectbefore: function() { + selectprevious: function() { // ... } })