diff --git a/static/js/folders.js b/static/js/folders.js index d928368a3..c550772de 100644 --- a/static/js/folders.js +++ b/static/js/folders.js @@ -7,7 +7,9 @@ pandora.ui.folders = function(section) { that = Ox.Element() .css({overflowX: 'hidden', overflowY: 'auto'}) .bindEvent({ - resize: pandora.resizeFolders + resize: function() { + pandora.resizeFolders(); + } }), folderItems = section == 'items' ? 'Lists' : Ox.toTitleCase(section), folderItem = folderItems.slice(0, -1);