diff --git a/source/Ox.UI/js/Map/Ox.ListMap.js b/source/Ox.UI/js/Map/Ox.ListMap.js index b5f9fe09..6b2945e7 100644 --- a/source/Ox.UI/js/Map/Ox.ListMap.js +++ b/source/Ox.UI/js/Map/Ox.ListMap.js @@ -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])) {