From 37220515afbd7253764c6a93db26fa4439c73b7d Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 29 Jul 2013 16:26:47 +0000 Subject: [PATCH] + additional platforms --- static/js/statisticsDialog.js | 3 ++- static/js/usersDialog.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/static/js/statisticsDialog.js b/static/js/statisticsDialog.js index a11e8d47..e7ca710a 100644 --- a/static/js/statisticsDialog.js +++ b/static/js/statisticsDialog.js @@ -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], diff --git a/static/js/usersDialog.js b/static/js/usersDialog.js index d05b98ce..ed28a415 100644 --- a/static/js/usersDialog.js +++ b/static/js/usersDialog.js @@ -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);