From 8c3e01b583097c1cfcd11d3a51922cd26b7e6c2b Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 25 Feb 2013 16:36:57 +0000 Subject: [PATCH] cosmetic changes --- static/js/pandora/infoView.padma.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/pandora/infoView.padma.js b/static/js/pandora/infoView.padma.js index a9ed56d51..4e416a3b5 100644 --- a/static/js/pandora/infoView.padma.js +++ b/static/js/pandora/infoView.padma.js @@ -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',