in statistics dialog, use live data, not non-existing json file

This commit is contained in:
rolux 2012-03-25 23:57:21 +00:00
parent 517b9f9be5
commit 17850d8bf5

View file

@ -89,14 +89,14 @@ pandora.ui.statisticsDialog = function() {
$tabPanel;
Ox.getJSON('/static/json/deleteme.json', function(result) {
/*
//Ox.getJSON('/static/json/deleteme.json', function(result) {
///*
pandora.api.findUsers({
keys: ['browser', 'firstseen', 'lastseen', 'level', 'location', 'system'],
range: [0, 1000000],
sort: [{key: 'username', operator: '+'}]
}, function(result) {
*/
//*/
var data = {},
flagCountry = {},