make find work in list browsers

This commit is contained in:
rlx 2011-09-01 07:00:35 +00:00
commit 4ebdec39cb
6 changed files with 170 additions and 120 deletions

View file

@ -12,6 +12,9 @@ pandora.ui.folders = function() {
pandora.$ui.folder = [];
pandora.$ui.folderBrowser = {};
pandora.$ui.folderList = {};
pandora.$ui.findListElement = {};
pandora.$ui.findListSelect = {};
pandora.$ui.findListInput = {};
if (pandora.user.ui.section == 'items') {
pandora.site.sectionFolders.items.forEach(function(folder, i) {
var extras;