final change because now it works

map-with-names
Marek Baczynski 2 months ago
parent 68e10ec2ea
commit 736cf7e065

@ -46,7 +46,11 @@ function new_entry() {
init_edit(-1);
overlay_in();
container_onchange();
// make map have names of containers for this one click
if (!$('img#map').attr('src').endsWith('/a')){
$('img#map').attr('src', $('img#map').attr('src') + '/a')
}
}
function end_edit() {

Loading…
Cancel
Save