From 57b7994a7833c074c136e2e4244734b33e8cf1c7 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 23 Mar 2012 00:05:09 +0000 Subject: [PATCH] fix a bug that would prevent the 'include guests' option in the statistics dialog to work properly --- static/js/pandora/statisticsDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/statisticsDialog.js b/static/js/pandora/statisticsDialog.js index 373d584ea..8fbb6d054 100644 --- a/static/js/pandora/statisticsDialog.js +++ b/static/js/pandora/statisticsDialog.js @@ -56,7 +56,7 @@ pandora.ui.statisticsDialog = function() { //Ox.getJSON('/static/json/deleteme.json', function(result) { pandora.api.findUsers({ - keys: ['browser', 'firstseen', 'lastseen', 'location', 'system'], + keys: ['browser', 'firstseen', 'lastseen', 'level', 'location', 'system'], range: [0, 1000000], sort: [{key: 'username', operator: '+'}] }, function(result) {