From 020d49e4eb2609238cf42875bde59eedb28036d5 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 1 Jun 2011 10:54:02 +0200 Subject: [PATCH] updating listmap --- source/Ox.UI/js/Map/Ox.ListMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Map/Ox.ListMap.js b/source/Ox.UI/js/Map/Ox.ListMap.js index 494f2abe..a17c988f 100644 --- a/source/Ox.UI/js/Map/Ox.ListMap.js +++ b/source/Ox.UI/js/Map/Ox.ListMap.js @@ -456,7 +456,7 @@ Ox.ListMap = function(options, self) { max = ['Latitude', 'South', 'North'].indexOf(v) > -1 ? Ox.MAX_LATITUDE : 180; return Ox.Input({ decimals: 8, - disabled: true, // ['Latitude', 'Longitude'].indexOf(v) > -1, + //disabled: true, // ['Latitude', 'Longitude'].indexOf(v) > -1, id: id, label: v, labelWidth: 80,