+ additional platforms
This commit is contained in:
parent
d5edde92e0
commit
ec18369a4a
2 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ pandora.ui.statisticsDialog = function() {
|
||||||
'Mac OS X': [0, 255, 255],
|
'Mac OS X': [0, 255, 255],
|
||||||
'Nokia': [255, 0, 255],
|
'Nokia': [255, 0, 255],
|
||||||
'PlayStation': [192, 192, 192],
|
'PlayStation': [192, 192, 192],
|
||||||
|
'RIM Tablet OS': [64, 64, 64],
|
||||||
'Unix': [255, 255, 0],
|
'Unix': [255, 255, 0],
|
||||||
|
'Wii': [192, 192, 192],
|
||||||
'Windows': [0, 0, 255]
|
'Windows': [0, 0, 255]
|
||||||
},
|
},
|
||||||
browser: {
|
browser: {
|
||||||
|
|
|
@ -15,7 +15,7 @@ pandora.ui.usersDialog = function() {
|
||||||
numberOfUsers = 0,
|
numberOfUsers = 0,
|
||||||
systems = [
|
systems = [
|
||||||
'Android', 'BlackBerry', 'BSD', 'iOS', 'Java', 'Linux', 'Mac OS X',
|
'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) {
|
userLevels = pandora.site.userLevels.map(function(userLevel) {
|
||||||
return Ox.toTitleCase(userLevel);
|
return Ox.toTitleCase(userLevel);
|
||||||
|
|
Loading…
Reference in a new issue