One more fix for safari

This commit is contained in:
Oleg Sh
2023-11-06 21:15:14 +02:00
parent c7c907e942
commit 0e86fd9a51
3 changed files with 5 additions and 9 deletions

View File

@@ -3,7 +3,8 @@
globalVersion = 75;
{
let asyncFilesLoad = function () {
function onloadEditor() {
console.log("onload() call");
doIncludeAsync ([
include ("shared/canvas2svg.js"),
include ("features/group_rename_handler/index.js"),
@@ -16,11 +17,6 @@ globalVersion = 75;
include ("features/setup_edge_style/index.js"),
include ("features/setup_vertex_style/index.js"),
]);
}
function onloadEditor() {
console.log("onload() call");
asyncFilesLoad();
preLoadPage();
postLoadPage();
}