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('; '); return value.join('; ');
}, },
id: 'alternativeNames', id: 'alternativeNames',
removable: false,
operator: '+', operator: '+',
title: 'Alternative Names', title: 'Alternative Names',
visible: true, visible: true,
@ -108,7 +107,6 @@ Ox.ListMap = function(options, self) {
{ {
//editable: true, //editable: true,
id: 'geoname', id: 'geoname',
removable: false,
map: function(v) { map: function(v) {
var names = v.split(', '); var names = v.split(', ');
if (!Ox.getCountryByGeoname(names[names.length - 1])) { if (!Ox.getCountryByGeoname(names[names.length - 1])) {