mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-05 07:16:17 +00:00
Add dialog to select original graph or autosaved graph.
Refactor graph styles holding objects. Small style fixes.
This commit is contained in:
@@ -20,7 +20,8 @@ async function compress_text_into_zip_base64(str, callback, mode = "gzip")
|
||||
}
|
||||
catch (err)
|
||||
{
|
||||
console.error(err)
|
||||
console.log(err);
|
||||
callback("");
|
||||
}
|
||||
return "";
|
||||
}
|
||||
@@ -42,7 +43,8 @@ async function decompress_base64_zip_into_text(str, callback, mode = "gzip")
|
||||
}
|
||||
catch (err)
|
||||
{
|
||||
console.error(err)
|
||||
console.log(err);
|
||||
callback("");
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user