forked from 0x2620/pandora
typos
This commit is contained in:
parent
23777b54c6
commit
5d89f0d3a9
1 changed files with 3 additions and 2 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue