implemented removing ot routes

This commit is contained in:
Stephan Richter
2020-10-29 15:09:13 +01:00
parent 5379bd9da7
commit 6cb318a37d
6 changed files with 34 additions and 28 deletions

View File

@@ -121,6 +121,7 @@ function moveTile(x,y){
}
function openRoute(id){
console.log("openRoute("+id+")");
request({realm:'route',action:PROPS,id:id});
return false;
}