rename api: statistics->getStatistics, fixes #2603
This commit is contained in:
parent
ebcd419854
commit
ed8f8517c5
2 changed files with 3 additions and 3 deletions
|
|
@ -84,7 +84,7 @@ pandora.ui.statisticsDialog = function() {
|
|||
|
||||
$tabPanel;
|
||||
|
||||
pandora.api.statistics(function(result) {
|
||||
pandora.api.getStatistics(function(result) {
|
||||
|
||||
var data = result.data,
|
||||
flagCountry = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue