make find work in list browsers
This commit is contained in:
parent
9a57ba6208
commit
4ebdec39cb
6 changed files with 170 additions and 120 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue