From 95de5ee5c8ccacd1a5ab9ebbced4ad6813d93509 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 29 May 2011 20:12:40 +0200 Subject: [PATCH] make more columns removable --- source/Ox.UI/js/Map/Ox.ListMap.js | 2 -- 1 file changed, 2 deletions(-) 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])) {