This commit is contained in:
j 2025-08-06 23:18:21 +02:00
commit 1bac02d24f

View file

@ -54,13 +54,13 @@ Ox.MapEditor = function(options, self) {
self.$map.options({
places: self.options.places
})
}
},
selected: function() {
self.$list.options({selected: self.options.selected});
},
width: function() {
self.$map.resizeMap();
},
}
})
.css({
width: self.options.width + 'px',