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),