forked from 0x2620/pandora
cosmetic changes
This commit is contained in:
parent
e7288a1f0b
commit
b7273c377b
5 changed files with 6 additions and 5 deletions
|
@ -777,8 +777,8 @@
|
|||
},
|
||||
"document": "",
|
||||
"documents": {},
|
||||
"documentsSelection": {},
|
||||
"documentSize": 256,
|
||||
"documentsSelection": {},
|
||||
"documentsSort": [{"key": "name", "operator": "+"}],
|
||||
"documentsView": "grid",
|
||||
"edit": "",
|
||||
|
|
|
@ -793,8 +793,8 @@
|
|||
},
|
||||
"document": "",
|
||||
"documents": {},
|
||||
"documentsSelection": {},
|
||||
"documentSize": 256,
|
||||
"documentsSelection": {},
|
||||
"documentsSort": [{"key": "name", "operator": "+"}],
|
||||
"documentsView": "grid",
|
||||
"edit": "",
|
||||
|
|
|
@ -666,8 +666,8 @@
|
|||
},
|
||||
"document": "",
|
||||
"documents": {},
|
||||
"documentsSelection": {},
|
||||
"documentSize": 256,
|
||||
"documentsSelection": {},
|
||||
"documentsSort": [{"key": "name", "operator": "+"}],
|
||||
"documentsView": "grid",
|
||||
"edit": "",
|
||||
|
|
|
@ -586,8 +586,8 @@
|
|||
},
|
||||
"document": "",
|
||||
"documents": {},
|
||||
"documentsSelection": {},
|
||||
"documentSize": 256,
|
||||
"documentsSelection": {},
|
||||
"documentsSort": [{"key": "name", "operator": "+"}],
|
||||
"documentsView": "grid",
|
||||
"edit": "",
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue