make more columns removable
This commit is contained in:
parent
25b86dd085
commit
95de5ee5c8
1 changed files with 0 additions and 2 deletions
|
@ -99,7 +99,6 @@ Ox.ListMap = function(options, self) {
|
|||
return value.join('; ');
|
||||
},
|
||||
id: 'alternativeNames',
|
||||
removable: false,
|
||||
operator: '+',
|
||||
title: 'Alternative Names',
|
||||
visible: true,
|
||||
|
@ -108,7 +107,6 @@ Ox.ListMap = function(options, self) {
|
|||
{
|
||||
//editable: true,
|
||||
id: 'geoname',
|
||||
removable: false,
|
||||
map: function(v) {
|
||||
var names = v.split(', ');
|
||||
if (!Ox.getCountryByGeoname(names[names.length - 1])) {
|
||||
|
|
Loading…
Reference in a new issue