also add toolbar to /edits

This commit is contained in:
j 2014-12-26 23:16:13 +00:00
parent eb3fbfec82
commit 5c31e3870d
1 changed files with 1 additions and 0 deletions

View File

@ -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),