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": "",
|
"document": "",
|
||||||
"documents": {},
|
"documents": {},
|
||||||
"documentsSelection": {},
|
|
||||||
"documentSize": 256,
|
"documentSize": 256,
|
||||||
|
"documentsSelection": {},
|
||||||
"documentsSort": [{"key": "name", "operator": "+"}],
|
"documentsSort": [{"key": "name", "operator": "+"}],
|
||||||
"documentsView": "grid",
|
"documentsView": "grid",
|
||||||
"edit": "",
|
"edit": "",
|
||||||
|
|
|
@ -793,8 +793,8 @@
|
||||||
},
|
},
|
||||||
"document": "",
|
"document": "",
|
||||||
"documents": {},
|
"documents": {},
|
||||||
"documentsSelection": {},
|
|
||||||
"documentSize": 256,
|
"documentSize": 256,
|
||||||
|
"documentsSelection": {},
|
||||||
"documentsSort": [{"key": "name", "operator": "+"}],
|
"documentsSort": [{"key": "name", "operator": "+"}],
|
||||||
"documentsView": "grid",
|
"documentsView": "grid",
|
||||||
"edit": "",
|
"edit": "",
|
||||||
|
|
|
@ -666,8 +666,8 @@
|
||||||
},
|
},
|
||||||
"document": "",
|
"document": "",
|
||||||
"documents": {},
|
"documents": {},
|
||||||
"documentsSelection": {},
|
|
||||||
"documentSize": 256,
|
"documentSize": 256,
|
||||||
|
"documentsSelection": {},
|
||||||
"documentsSort": [{"key": "name", "operator": "+"}],
|
"documentsSort": [{"key": "name", "operator": "+"}],
|
||||||
"documentsView": "grid",
|
"documentsView": "grid",
|
||||||
"edit": "",
|
"edit": "",
|
||||||
|
|
|
@ -586,8 +586,8 @@
|
||||||
},
|
},
|
||||||
"document": "",
|
"document": "",
|
||||||
"documents": {},
|
"documents": {},
|
||||||
"documentsSelection": {},
|
|
||||||
"documentSize": 256,
|
"documentSize": 256,
|
||||||
|
"documentsSelection": {},
|
||||||
"documentsSort": [{"key": "name", "operator": "+"}],
|
"documentsSort": [{"key": "name", "operator": "+"}],
|
||||||
"documentsView": "grid",
|
"documentsView": "grid",
|
||||||
"edit": "",
|
"edit": "",
|
||||||
|
|
|
@ -86,7 +86,8 @@ pandora.ui.statisticsDialog = function() {
|
||||||
|
|
||||||
$tabPanel;
|
$tabPanel;
|
||||||
|
|
||||||
pandora.api.statistics({}, function(result) {
|
pandora.api.statistics(function(result) {
|
||||||
|
|
||||||
var data = result.data,
|
var data = result.data,
|
||||||
flagCountry = {},
|
flagCountry = {},
|
||||||
$guestsCheckbox;
|
$guestsCheckbox;
|
||||||
|
|
Loading…
Reference in a new issue