diff --git a/static/js/pandora/infoView.0xdb.js b/static/js/pandora/infoView.0xdb.js index 5f0dd9c4f..8c05d25bf 100644 --- a/static/js/pandora/infoView.0xdb.js +++ b/static/js/pandora/infoView.0xdb.js @@ -461,11 +461,7 @@ pandora.ui.infoView = function(data) { $('
') .css({marginBottom: '4px'}) .append(formatKey(key == 'votes' ? 'Mainstream Score' : 'Arthouse Score'), true) - .append( - Ox.Theme.formatColor(Math.sqrt(value) * 12, 'hue') - .css({textAlign: 'right'}) - .html(Ox.formatNumber(value, 1) + '%') - ) + .append(Ox.Theme.formatColorPercent(value, 1, true)) .appendTo($statistics); });