statistics dialog: use Ox.splitGeoname
This commit is contained in:
parent
58081e1f16
commit
3dab939f8e
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ pandora.ui.statisticsDialog = function() {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if (item.location) {
|
if (item.location) {
|
||||||
split = item.location.split(', ')
|
split = Ox.splitGeoname(item.location);
|
||||||
if (split.length == 1) {
|
if (split.length == 1) {
|
||||||
country = split[0];
|
country = split[0];
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue