bugfix in map editor

This commit is contained in:
rolux 2012-09-10 14:36:43 +02:00
parent 7ca44d1ada
commit 6433c31002

View file

@ -836,7 +836,7 @@ Ox.MapEditor = function(options, self) {
}; };
self.$definePlaceButton.options({disabled: true, title: 'Clearing...'}); self.$definePlaceButton.options({disabled: true, title: 'Clearing...'});
self.options.editPlace(values, function() { self.options.editPlace(values, function() {
self.$map.removePlace().options({selected: ''}); self.$map.removePlace();
self.$list.reloadList(); self.$list.reloadList();
self.$findPlaceButton.show(); self.$findPlaceButton.show();
self.$placeFlag.hide(); self.$placeFlag.hide();