From 05ec3755eb5cdf7ebbfe7bd89486a48a02c498c8 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 27 Mar 2012 10:03:30 +0000 Subject: [PATCH] it's 'Unix', not 'UNIX' --- static/js/pandora/statisticsDialog.js | 6 +++--- static/js/pandora/usersDialog.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/js/pandora/statisticsDialog.js b/static/js/pandora/statisticsDialog.js index fb9e51152..d0ff714c0 100644 --- a/static/js/pandora/statisticsDialog.js +++ b/static/js/pandora/statisticsDialog.js @@ -11,7 +11,7 @@ pandora.ui.statisticsDialog = function() { 'iOS': [0, 128, 255], 'Linux': [255, 128, 0], 'Mac OS X': [0, 255, 255], - 'UNIX': [255, 255, 0], + 'Unix': [255, 255, 0], 'Windows': [0, 0, 255] }, browser: { @@ -431,7 +431,7 @@ pandora.ui.statisticsDialog = function() { value .replace(/BSD \((.+)\)/, '$1') .replace(/Linux \((.+)\)/, '$1') - .replace(/UNIX \((.+)\)/, '$1') + .replace(/Unix \((.+)\)/, '$1') .replace(/Windows (NT \d+\.\d+) \((.+)\)/, 'Windows $2 ($1)') ) ).append( @@ -501,7 +501,7 @@ pandora.ui.statisticsDialog = function() { .replace(/BSD \((.+)\)/, '$1') .replace(/Linux \((.+)\)/, '$1') .replace(/(Mac OS X \d+\.\d+) \(.+\)/, '$1') - .replace(/UNIX \((.+)\)/, '$1') + .replace(/Unix \((.+)\)/, '$1') .replace(/Windows NT \d+\.\d+ \((.+)\)/, 'Windows $1') .replace(/Chrome Frame/, 'CF') .replace(/Internet Explorer/, 'IE') diff --git a/static/js/pandora/usersDialog.js b/static/js/pandora/usersDialog.js index ad86e84e1..8fc3a14cd 100644 --- a/static/js/pandora/usersDialog.js +++ b/static/js/pandora/usersDialog.js @@ -14,7 +14,7 @@ pandora.ui.usersDialog = function() { numberOfUsers = 0, systems = [ 'Android', 'BSD', 'iOS', 'Linux', - 'Mac OS X', 'UNIX', 'Windows' + 'Mac OS X', 'Unix', 'Windows' ], userLevels = Ox.merge( pandora.site.userLevels.map(function(userLevel) {