From df27e28c5ef5716f370d1f0899aa938804b52908 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 1 Jun 2011 16:42:45 +0200 Subject: [PATCH] testing... --- source/Ox.UI/js/Map/Ox.ListMap.js | 4 ++-- source/Ox.UI/js/Map/Ox.MapPlace.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/js/Map/Ox.ListMap.js b/source/Ox.UI/js/Map/Ox.ListMap.js index 72156cc9..4c39dda9 100644 --- a/source/Ox.UI/js/Map/Ox.ListMap.js +++ b/source/Ox.UI/js/Map/Ox.ListMap.js @@ -469,7 +469,7 @@ Ox.ListMap = function(options, self) { }) .bindEvent({ change: function(data) { - /* + ///* var isResult = self.selectedPlace[0] == '_'; if (!self.isAsync) { @@ -477,7 +477,7 @@ Ox.ListMap = function(options, self) { !isResult && editPlace([v]) } self.$map.value(self.selectedPlace, v, data.value); - */ + //*/ } }); }), [ diff --git a/source/Ox.UI/js/Map/Ox.MapPlace.js b/source/Ox.UI/js/Map/Ox.MapPlace.js index 66234fb2..304c5815 100644 --- a/source/Ox.UI/js/Map/Ox.MapPlace.js +++ b/source/Ox.UI/js/Map/Ox.MapPlace.js @@ -84,6 +84,7 @@ Ox.MapPlace = function(options) { }); } else if (updateMarker) { that.marker.update(); + that.rectangle.update(); } }