Compare commits
No commits in common. "9b8b6a17446c895d51a279a70dbd233c747468e0" and "4dbc7930b4ea8216ef0fc7dd134d93c92781a7f4" have entirely different histories.
9b8b6a1744
...
4dbc7930b4
3 changed files with 2 additions and 3 deletions
|
|
@ -403,7 +403,6 @@ pandora.ui.editPanel = function(isEmbed) {
|
||||||
pandora.$ui.mainPanel.replaceElement(1, that);
|
pandora.$ui.mainPanel.replaceElement(1, that);
|
||||||
updateSmallTimelineURL();
|
updateSmallTimelineURL();
|
||||||
ui.edits[ui.edit].view == 'grid' && enableDragAndDrop();
|
ui.edits[ui.edit].view == 'grid' && enableDragAndDrop();
|
||||||
that.gainFocus();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function renderEdits() {
|
function renderEdits() {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
pandora.ui.folderList = function(id, section) {
|
pandora.ui.folderList = function(id, section) {
|
||||||
section = section || pandora.user.ui.section;
|
section = section || pandora.user.section;
|
||||||
var ui = pandora.user.ui,
|
var ui = pandora.user.ui,
|
||||||
i = Ox.getIndexById(pandora.site.sectionFolders[section], id),
|
i = Ox.getIndexById(pandora.site.sectionFolders[section], id),
|
||||||
folderItems = pandora.getFolderItems(section),
|
folderItems = pandora.getFolderItems(section),
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ pandora.ui.leftPanel = function(section) {
|
||||||
pandora.$ui.leftPanel.size(2, infoHeight);
|
pandora.$ui.leftPanel.size(2, infoHeight);
|
||||||
!pandora.user.ui.showInfo && pandora.$ui.leftPanel.css({bottom: -infoHeight + 'px'});
|
!pandora.user.ui.showInfo && pandora.$ui.leftPanel.css({bottom: -infoHeight + 'px'});
|
||||||
pandora.resizeFolders();
|
pandora.resizeFolders();
|
||||||
pandora.$ui.info.resizeInfo();
|
pandora.$ui.info.resizeInfo();
|
||||||
},
|
},
|
||||||
resizeend: function(data) {
|
resizeend: function(data) {
|
||||||
// set to 0 so that UI.set registers a change of the value
|
// set to 0 so that UI.set registers a change of the value
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue