mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-21 07:30:14 +00:00
Change script location.
Split js code. Added cache and changed loading mechanism for js sources.
This commit is contained in:
13
script/pages/create_graph_by_matrix/api/index.js
Normal file
13
script/pages/create_graph_by_matrix/api/index.js
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
// 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)
|
||||
]);
|
||||
}
|
||||
Reference in New Issue
Block a user