Compare commits

..

No commits in common. "9b8b6a17446c895d51a279a70dbd233c747468e0" and "4dbc7930b4ea8216ef0fc7dd134d93c92781a7f4" have entirely different histories.

3 changed files with 2 additions and 3 deletions

View file

@ -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() {

View file

@ -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),