Tady je těch prázných stringů nějak moc

This commit is contained in:
Jonas Havelka 2025-01-21 08:20:34 +01:00
parent d5c57da921
commit 3e2469fc45

View file

@ -89,7 +89,7 @@ function img_click(element, ev) {
dy = ev.offsetY;
}
var img_id = element.id;
return show_form(img_id, dx, dy, '', '', '', '');
return show_form(img_id, dx, dy, '', '', '');
}
// hide or show text of correction
function toggle_visibility(oprava){