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);
|
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.section;
|
section = section || pandora.user.ui.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),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue