mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-23 08:26:38 +00:00
Fixed algorithm menu.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
|
||||
let DisableEmscripten = false;
|
||||
let PostLoadedCalled = false;
|
||||
|
||||
let editor = new Editor(document, window);
|
||||
|
||||
@@ -58,8 +59,12 @@ function handelImportGraph(files) {
|
||||
|
||||
function postLoadPage()
|
||||
{
|
||||
loadTexts();
|
||||
editor.init();
|
||||
if (!PostLoadedCalled)
|
||||
{
|
||||
loadTexts();
|
||||
editor.init();
|
||||
PostLoadedCalled = true;
|
||||
}
|
||||
}
|
||||
|
||||
$(document).ready(function ()
|
||||
|
||||
Reference in New Issue
Block a user