+ additional platforms

This commit is contained in:
rolux 2013-07-29 16:23:22 +00:00
parent d5edde92e0
commit ec18369a4a
2 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@ pandora.ui.statisticsDialog = function() {
'Mac OS X': [0, 255, 255],
'Nokia': [255, 0, 255],
'PlayStation': [192, 192, 192],
'RIM Tablet OS': [64, 64, 64],
'Unix': [255, 255, 0],
'Wii': [192, 192, 192],
'Windows': [0, 0, 255]
},
browser: {

View File

@ -15,7 +15,7 @@ pandora.ui.usersDialog = function() {
numberOfUsers = 0,
systems = [
'Android', 'BlackBerry', 'BSD', 'iOS', 'Java', 'Linux', 'Mac OS X',
'Nokia', 'PlayStation', 'Unix', 'Windows'
'Nokia', 'PlayStation', 'RIM Tablet OS', 'Unix', 'Wii', 'Windows'
],
userLevels = pandora.site.userLevels.map(function(userLevel) {
return Ox.toTitleCase(userLevel);