mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-08 00:36:25 +00:00
first commit
This commit is contained in:
15
script/createByMatrixMain.js
Normal file
15
script/createByMatrixMain.js
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
Main class for create by matrix page
|
||||
*/
|
||||
|
||||
|
||||
window.onload = function ()
|
||||
{
|
||||
if (document.getElementById('CreateByAdjacencyMatrix'))
|
||||
{
|
||||
document.getElementById('CreateByAdjacencyMatrix').onclick = function ()
|
||||
{
|
||||
window.location = "./?matrix=" + $( "#AdjacencyMatrixFieldPage" ).val();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user