This commit is contained in:
2023-11-30 17:43:25 +03:00
parent 7769608e03
commit 0dc3419651
3 changed files with 24 additions and 0 deletions

View File

@@ -212,6 +212,12 @@ function cancelRemove(route_id) {
// remove_button.removeEventListener('click', removeRoute);
}
function hideBlock(el) {
el.classList.add('hide')
}
function confirmRemove(el, route_id) {