mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-17 13:49:59 +00:00
Fixed shrt path algorithm name for graphs with negative edges. Fix loader.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php if (!isset($_GET["cacheFiles"]) && isset($_GET["target"])): ?>
|
||||
<head>
|
||||
<script src="/script/shared/config.js" ></script>
|
||||
<script src="/script/shared/loader.js" ></script>
|
||||
<script src="/script/shared/config.js?v=<?= $g_config['engine_version'] ?>" ></script>
|
||||
<script src="/script/shared/loader.js?v=<?= $g_config['engine_version'] ?>" ></script>
|
||||
<script src="<?= $_GET["target"] ?>" ></script>
|
||||
<script>
|
||||
setTimeout(
|
||||
|
||||
Reference in New Issue
Block a user