mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-21 15:40:22 +00:00
Change script location.
Split js code. Added cache and changed loading mechanism for js sources.
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/create_graph_by_pair.css')?>" />
|
||||
<script src="<?= Root('script/Graph.js')?>"></script>
|
||||
<script src="<?= RootCacheJS("script/shared/config.js")?>" ></script>
|
||||
<script src="<?= RootCacheJS("script/shared/loader.js")?>" ></script>
|
||||
|
||||
<script src="<?= RootCacheJS('script/pages/create_graph_by_edge_list/api/index.js')?>"></script>
|
||||
</head>
|
||||
|
||||
<script>
|
||||
|
||||
function checkFormat()
|
||||
{
|
||||
var graph = new Graph();
|
||||
|
||||
Reference in New Issue
Block a user