mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-14 11:46:10 +00:00
Support negative weight for edges.
This commit is contained in:
@@ -82,7 +82,7 @@ $(document).ready(function ()
|
||||
// Try load emscripten implementation
|
||||
var isMobile = navigator.userAgent.match(/(iPad)|(iPhone)|(iPod)|(android)|(webOS)/i);
|
||||
if (!isMobile && !DisableEmscripten) {
|
||||
let fullPathToGraphffoline = "features/graphoffline/Graphoffline.Emscripten.js";
|
||||
let fullPathToGraphffoline = "features/graphoffline/Graphoffline.Emscripten.js" + "?v=" + globalVersion;
|
||||
doIncludeAsync ([
|
||||
include (fullPathToGraphffoline),
|
||||
], () => {
|
||||
|
||||
Reference in New Issue
Block a user