From c6d89b006f6d4a1911ea76a06827bf17af8c7e0b Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 27 Oct 2012 21:53:28 +0200 Subject: [PATCH] add a comment in statistcs 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 16f7cd6f..80a6bcc9 100644 --- a/static/js/pandora/statisticsDialog.js +++ b/static/js/pandora/statisticsDialog.js @@ -20,7 +20,7 @@ pandora.ui.statisticsDialog = function() { }, browser: { 'Camino': [192, 192, 192], - 'Chrome Frame': [255, 255, 0], + 'Chrome Frame': [255, 255, 0], // has to be before 'Chrome' 'Chrome': [0, 255, 0], 'Chromium': [128, 255, 0], 'Epiphany': [128, 128, 128],