diff --git a/servers/php/js/maps.js b/servers/php/js/maps.js index b3882a4..8068697 100644 --- a/servers/php/js/maps.js +++ b/servers/php/js/maps.js @@ -385,9 +385,9 @@ function deleteRoute() { if (hasMap()) { - // comment out these two lines to get delete working - confirm("Disabled here on test website, this works fine."); - return false; + // comment out these two lines to get delete working + // confirm("Disabled here on test website, this works fine."); + // return false; var answer = confirm("This will permanently delete this route\n from the database. Do you want to delete?"); if (answer){