fix a bug that would prevent the 'include guests' option in the statistics dialog to work properly
This commit is contained in:
parent
950b6533b0
commit
57b7994a78
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ pandora.ui.statisticsDialog = function() {
|
||||||
|
|
||||||
//Ox.getJSON('/static/json/deleteme.json', function(result) {
|
//Ox.getJSON('/static/json/deleteme.json', function(result) {
|
||||||
pandora.api.findUsers({
|
pandora.api.findUsers({
|
||||||
keys: ['browser', 'firstseen', 'lastseen', 'location', 'system'],
|
keys: ['browser', 'firstseen', 'lastseen', 'level', 'location', 'system'],
|
||||||
range: [0, 1000000],
|
range: [0, 1000000],
|
||||||
sort: [{key: 'username', operator: '+'}]
|
sort: [{key: 'username', operator: '+'}]
|
||||||
}, function(result) {
|
}, function(result) {
|
||||||
|
|
Loading…
Reference in a new issue