forked from 0x2620/pandora
cosmetic changes
This commit is contained in:
parent
94009e1622
commit
8c3e01b583
1 changed files with 2 additions and 2 deletions
|
@ -203,7 +203,7 @@ pandora.ui.infoView = function(data) {
|
|||
}
|
||||
})
|
||||
).css({
|
||||
'margin-top': '8px',
|
||||
marginTop: '8px',
|
||||
})
|
||||
.appendTo($div);
|
||||
}
|
||||
|
@ -254,7 +254,7 @@ pandora.ui.infoView = function(data) {
|
|||
editable: key != 'duration',
|
||||
format: function(value) {
|
||||
return formatValue(listKeys.indexOf(key) >= 0
|
||||
? value.split(', ') : value, key);
|
||||
? value.split(', ') : value, key);
|
||||
},
|
||||
placeholder: formatLight('unknown'),
|
||||
tooltip: 'Doubleclick to edit',
|
||||
|
|
Loading…
Reference in a new issue