cosmetic changes

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

View File

@ -777,8 +777,8 @@
},
"document": "",
"documents": {},
"documentsSelection": {},
"documentSize": 256,
"documentsSelection": {},
"documentsSort": [{"key": "name", "operator": "+"}],
"documentsView": "grid",
"edit": "",

View File

@ -793,8 +793,8 @@
},
"document": "",
"documents": {},
"documentsSelection": {},
"documentSize": 256,
"documentsSelection": {},
"documentsSort": [{"key": "name", "operator": "+"}],
"documentsView": "grid",
"edit": "",

View File

@ -666,8 +666,8 @@
},
"document": "",
"documents": {},
"documentsSelection": {},
"documentSize": 256,
"documentsSelection": {},
"documentsSort": [{"key": "name", "operator": "+"}],
"documentsView": "grid",
"edit": "",

View File

@ -586,8 +586,8 @@
},
"document": "",
"documents": {},
"documentsSelection": {},
"documentSize": 256,
"documentsSelection": {},
"documentsSort": [{"key": "name", "operator": "+"}],
"documentsView": "grid",
"edit": "",

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;