make more columns removable

This commit is contained in:
rolux 2011-05-29 20:12:40 +02:00
parent 25b86dd085
commit 95de5ee5c8

View file

@ -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])) {