From 88176506a62b54ed49981ba0becbe7a5bb4af5e6 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 27 Oct 2012 21:52:37 +0200 Subject: [PATCH] fix a bug in statistic dialog --- static/js/pandora/statisticsDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/statisticsDialog.js b/static/js/pandora/statisticsDialog.js index c3c2165a..16f7cd6f 100644 --- a/static/js/pandora/statisticsDialog.js +++ b/static/js/pandora/statisticsDialog.js @@ -20,8 +20,8 @@ pandora.ui.statisticsDialog = function() { }, browser: { 'Camino': [192, 192, 192], - 'Chrome': [0, 255, 0], 'Chrome Frame': [255, 255, 0], + 'Chrome': [0, 255, 0], 'Chromium': [128, 255, 0], 'Epiphany': [128, 128, 128], 'Firefox': [255, 128, 0],