mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 15:26:12 +00:00
13 lines
306 B
JavaScript
13 lines
306 B
JavaScript
|
|
// Global version needs to force reload scripts from server.
|
|
globalVersion = 75;
|
|
|
|
{
|
|
let modulDir = "pages/create_graph_by_matrix/";
|
|
|
|
doInclude ([
|
|
include ("entities/graph/api/index.js"),
|
|
include ("model/createByMatrixMain.js", modulDir),
|
|
include ("model/main.js", modulDir)
|
|
]);
|
|
} |