forked from 0x2620/pandora
+ additional platforms
This commit is contained in:
parent
ec18369a4a
commit
37220515af
2 changed files with 4 additions and 2 deletions
|
@ -18,7 +18,8 @@ pandora.ui.statisticsDialog = function() {
|
||||||
'RIM Tablet OS': [64, 64, 64],
|
'RIM Tablet OS': [64, 64, 64],
|
||||||
'Unix': [255, 255, 0],
|
'Unix': [255, 255, 0],
|
||||||
'Wii': [192, 192, 192],
|
'Wii': [192, 192, 192],
|
||||||
'Windows': [0, 0, 255]
|
'Windows': [0, 0, 255],
|
||||||
|
'Windows Phone': [0, 0, 128]
|
||||||
},
|
},
|
||||||
browser: {
|
browser: {
|
||||||
'Camino': [192, 192, 192],
|
'Camino': [192, 192, 192],
|
||||||
|
|
|
@ -15,7 +15,8 @@ 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', 'RIM Tablet OS', 'Unix', 'Wii', 'Windows'
|
'Nokia', 'PlayStation', 'RIM Tablet OS', 'Unix', 'Wii', 'Windows',
|
||||||
|
'Windows Phone'
|
||||||
],
|
],
|
||||||
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