also add toolbar to /edits

This commit is contained in:
j 2014-12-26 23:16:13 +00:00
parent eb3fbfec82
commit 5c31e3870d

View file

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