From 57c6db9153b644398ca1074d1a43553febf1ea55 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 27 Oct 2012 21:35:20 +0200 Subject: [PATCH] users/statistics: add chromium --- static/js/pandora/statisticsDialog.js | 1 + static/js/pandora/usersDialog.js | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/static/js/pandora/statisticsDialog.js b/static/js/pandora/statisticsDialog.js index aaffcc7b..c3c2165a 100644 --- a/static/js/pandora/statisticsDialog.js +++ b/static/js/pandora/statisticsDialog.js @@ -22,6 +22,7 @@ pandora.ui.statisticsDialog = function() { 'Camino': [192, 192, 192], 'Chrome': [0, 255, 0], 'Chrome Frame': [255, 255, 0], + 'Chromium': [128, 255, 0], 'Epiphany': [128, 128, 128], 'Firefox': [255, 128, 0], 'Internet Explorer': [0, 0, 255], diff --git a/static/js/pandora/usersDialog.js b/static/js/pandora/usersDialog.js index f606d716..a7a9a502 100644 --- a/static/js/pandora/usersDialog.js +++ b/static/js/pandora/usersDialog.js @@ -5,9 +5,9 @@ pandora.ui.usersDialog = function() { var browsers = [ - 'Camino', 'Chrome', 'Chrome Frame', 'Epiphany', 'Firefox', - 'Internet Explorer', 'Konqueror', 'Nokia Browser', 'Opera', - 'Safari', 'WebKit' + 'Camino', 'Chrome', 'Chrome Frame', 'Chromium', 'Epiphany', + 'Firefox', 'Internet Explorer', 'Konqueror', 'Nokia Browser', + 'Opera', 'Safari', 'WebKit' ], dialogHeight = Math.round((window.innerHeight - 48) * 0.9), dialogWidth = Math.round(window.innerWidth * 0.9),