forked from 0x2620/oxjs
more functionality for ListCalendar
This commit is contained in:
parent
96d03fc386
commit
d2972cd526
5 changed files with 61 additions and 53 deletions
|
|
@ -92,8 +92,8 @@ Ox.ListMap = function(options, self) {
|
|||
},
|
||||
{
|
||||
id: 'geoname',
|
||||
map: function(v) {
|
||||
var names = v.split(', ');
|
||||
map: function(value) {
|
||||
var names = value.split(', ');
|
||||
if (!Ox.getCountryByGeoname(names[names.length - 1])) {
|
||||
names.push('~');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue