diff --git a/static/js/editPanel.js b/static/js/editPanel.js index b6793545..0001e4e6 100644 --- a/static/js/editPanel.js +++ b/static/js/editPanel.js @@ -403,7 +403,6 @@ pandora.ui.editPanel = function(isEmbed) { pandora.$ui.mainPanel.replaceElement(1, that); updateSmallTimelineURL(); ui.edits[ui.edit].view == 'grid' && enableDragAndDrop(); - that.gainFocus(); } function renderEdits() { diff --git a/static/js/folderList.js b/static/js/folderList.js index 1fcb9cc2..85e5cad8 100644 --- a/static/js/folderList.js +++ b/static/js/folderList.js @@ -2,7 +2,7 @@ 'use strict'; pandora.ui.folderList = function(id, section) { - section = section || pandora.user.ui.section; + section = section || pandora.user.section; var ui = pandora.user.ui, i = Ox.getIndexById(pandora.site.sectionFolders[section], id), folderItems = pandora.getFolderItems(section), diff --git a/static/js/leftPanel.js b/static/js/leftPanel.js index 417e727b..24275f93 100644 --- a/static/js/leftPanel.js +++ b/static/js/leftPanel.js @@ -38,7 +38,7 @@ pandora.ui.leftPanel = function(section) { pandora.$ui.leftPanel.size(2, infoHeight); !pandora.user.ui.showInfo && pandora.$ui.leftPanel.css({bottom: -infoHeight + 'px'}); pandora.resizeFolders(); - pandora.$ui.info.resizeInfo(); + pandora.$ui.info.resizeInfo(); }, resizeend: function(data) { // set to 0 so that UI.set registers a change of the value