diff --git a/static/js/pandora/ui/sortSelect.js b/static/js/pandora/ui/sortSelect.js index 37b193b17..bd1045fa6 100644 --- a/static/js/pandora/ui/sortSelect.js +++ b/static/js/pandora/ui/sortSelect.js @@ -36,7 +36,7 @@ pandora.ui.sortSelect = function() { pandora_listsort: function(data) { that.selectItem(data.value[0].key); }, - pandora_itemsort: function(value) { + pandora_itemsort: function(data) { that.selectItem(data.value[0].key); } });