fix naming collision (with the main find element's scope select) and resulting JS errors
This commit is contained in:
parent
cc5ee75564
commit
9bfee31fca
2 changed files with 9 additions and 9 deletions
|
|
@ -22,9 +22,9 @@ pandora.ui.folders = function(section) {
|
|||
pandora.$ui.folderBrowser = {};
|
||||
pandora.$ui.folderList = {};
|
||||
pandora.$ui.folderPlaceholder = {};
|
||||
pandora.$ui.findListElement = {};
|
||||
pandora.$ui.findListSelect = {};
|
||||
pandora.$ui.findListInput = {};
|
||||
pandora.$ui.findListsElement = {};
|
||||
pandora.$ui.findListsSelect = {};
|
||||
pandora.$ui.findListsInput = {};
|
||||
pandora.$ui.manageListsButton = {};
|
||||
pandora.site.sectionFolders[section].forEach(function(folder, i) {
|
||||
var extras, $select;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue