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({
|
).css({
|
||||||
'margin-top': '8px',
|
marginTop: '8px',
|
||||||
})
|
})
|
||||||
.appendTo($div);
|
.appendTo($div);
|
||||||
}
|
}
|
||||||
|
@ -254,7 +254,7 @@ pandora.ui.infoView = function(data) {
|
||||||
editable: key != 'duration',
|
editable: key != 'duration',
|
||||||
format: function(value) {
|
format: function(value) {
|
||||||
return formatValue(listKeys.indexOf(key) >= 0
|
return formatValue(listKeys.indexOf(key) >= 0
|
||||||
? value.split(', ') : value, key);
|
? value.split(', ') : value, key);
|
||||||
},
|
},
|
||||||
placeholder: formatLight('unknown'),
|
placeholder: formatLight('unknown'),
|
||||||
tooltip: 'Doubleclick to edit',
|
tooltip: 'Doubleclick to edit',
|
||||||
|
|
Loading…
Reference in a new issue