fix naming collision (with the main find element's scope select) and resulting JS errors

This commit is contained in:
rolux 2014-02-13 15:58:13 +00:00 committed by j
commit 9bfee31fca
2 changed files with 9 additions and 9 deletions

View file

@ -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;