Oleg Sh 43a4b44a22 Change script location.
Split js code.
Added cache and changed loading mechanism for js sources.
2023-11-06 19:16:50 +02:00

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)
]);
}