Compare commits
3 commits
4dbc7930b4
...
9b8b6a1744
Author | SHA1 | Date | |
---|---|---|---|
9b8b6a1744 | |||
812959a8c1 | |||
799cad08b1 |
3 changed files with 3 additions and 2 deletions
|
@ -403,6 +403,7 @@ pandora.ui.editPanel = function(isEmbed) {
|
|||
pandora.$ui.mainPanel.replaceElement(1, that);
|
||||
updateSmallTimelineURL();
|
||||
ui.edits[ui.edit].view == 'grid' && enableDragAndDrop();
|
||||
that.gainFocus();
|
||||
}
|
||||
|
||||
function renderEdits() {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
'use strict';
|
||||
|
||||
pandora.ui.folderList = function(id, section) {
|
||||
section = section || pandora.user.section;
|
||||
section = section || pandora.user.ui.section;
|
||||
var ui = pandora.user.ui,
|
||||
i = Ox.getIndexById(pandora.site.sectionFolders[section], id),
|
||||
folderItems = pandora.getFolderItems(section),
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue