bugfix in map editor
This commit is contained in:
parent
7ca44d1ada
commit
6433c31002
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue