Added distance matrix

This commit is contained in:
Unick Soft
2018-06-21 23:02:23 +03:00
parent 948002209e
commit d759a19728
4 changed files with 89 additions and 2 deletions

View File

@@ -279,6 +279,11 @@ function postLoadPage()
userAction(this.id);
application.SetHandlerMode("showIncidenceMatrix");
}
document.getElementById('ShowDistanceMatrix').onclick = function ()
{
userAction(this.id);
application.SetHandlerMode("showDistanceMatrix");
}
document.getElementById('GroupRename').onclick = function ()
{