cosmetic changes

This commit is contained in:
rolux 2014-01-19 12:14:19 +05:30
commit b7273c377b
5 changed files with 6 additions and 5 deletions

View file

@ -86,7 +86,8 @@ pandora.ui.statisticsDialog = function() {
$tabPanel;
pandora.api.statistics({}, function(result) {
pandora.api.statistics(function(result) {
var data = result.data,
flagCountry = {},
$guestsCheckbox;