From 7ca44d1adab09445efe5e7cf6795755830d65075 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 10 Sep 2012 14:28:12 +0200 Subject: [PATCH] bugfix in map editor --- source/Ox.UI/js/Map/MapEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Map/MapEditor.js b/source/Ox.UI/js/Map/MapEditor.js index a7d675aa..b60b785f 100644 --- a/source/Ox.UI/js/Map/MapEditor.js +++ b/source/Ox.UI/js/Map/MapEditor.js @@ -836,8 +836,8 @@ Ox.MapEditor = function(options, self) { }; self.$definePlaceButton.options({disabled: true, title: 'Clearing...'}); self.options.editPlace(values, function() { - self.$list.reloadList(); self.$map.removePlace().options({selected: ''}); + self.$list.reloadList(); self.$findPlaceButton.show(); self.$placeFlag.hide(); hideForm();