This commit is contained in:
rolux 2013-02-21 17:14:05 +05:30
parent 23777b54c6
commit 5d89f0d3a9

View file

@ -16,9 +16,10 @@ pandora.ui.textPanel = function() {
pandora.api.getText({id: pandora.user.ui.text}, function(result) { pandora.api.getText({id: pandora.user.ui.text}, function(result) {
var text = result.data, var text = result.data,
embedsURLs = getEmbedsURLs(), embedsURLs = getEmbedsURLs(),
$toolbar = Ox.Bar({size 24}), $toolbar = Ox.Bar({size: 24}),
$editMenu, $uploadButton, $editMenu, $uploadButton,
@ -119,7 +120,7 @@ pandora.ui.textPanel = function() {
float: 'left', float: 'left',
margin: '4px 2px 4px 4px' margin: '4px 2px 4px 4px'
}) })
.appendTo($toolbar), .appendTo($toolbar);
} }
that.setElement( that.setElement(