also add toolbar to /edits
This commit is contained in:
parent
eb3fbfec82
commit
5c31e3870d
1 changed files with 1 additions and 0 deletions
|
@ -362,6 +362,7 @@ pandora.ui.editPanel = function(isEmbed) {
|
|||
that.css({
|
||||
'overflow-y': 'auto'
|
||||
});
|
||||
Ox.Bar({size: 24}).appendTo(that);
|
||||
var $content = Ox.Element()
|
||||
.css({padding: '16px'})
|
||||
.appendTo(that),
|
||||
|
|
Loading…
Reference in a new issue