This commit is contained in:
Azgaar 2019-12-18 23:47:49 +03:00
parent 71d1e54dfc
commit c558029992
3 changed files with 11 additions and 3 deletions

View file

@ -7,7 +7,7 @@ function editRoute(onClick) {
$("#routeEditor").dialog({
title: "Edit Route", resizable: false,
position: {my: "center top+20", at: "top", of: d3.event, collision: "fit"},
position: {my: "center top+60", at: "top", of: d3.event, collision: "fit"},
close: closeRoutesEditor
});