+ additional platforms

This commit is contained in:
rolux 2013-07-29 16:26:47 +00:00
parent ec18369a4a
commit 37220515af
2 changed files with 4 additions and 2 deletions

View file

@ -18,7 +18,8 @@ pandora.ui.statisticsDialog = function() {
'RIM Tablet OS': [64, 64, 64],
'Unix': [255, 255, 0],
'Wii': [192, 192, 192],
'Windows': [0, 0, 255]
'Windows': [0, 0, 255],
'Windows Phone': [0, 0, 128]
},
browser: {
'Camino': [192, 192, 192],

View file

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