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({
|
that.css({
|
||||||
'overflow-y': 'auto'
|
'overflow-y': 'auto'
|
||||||
});
|
});
|
||||||
|
Ox.Bar({size: 24}).appendTo(that);
|
||||||
var $content = Ox.Element()
|
var $content = Ox.Element()
|
||||||
.css({padding: '16px'})
|
.css({padding: '16px'})
|
||||||
.appendTo(that),
|
.appendTo(that),
|
||||||
|
|
Loading…
Reference in a new issue