1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-11 18:00:26 +00:00

Fix startup ordering

This commit is contained in:
jeremy@jermolene.com 2023-03-06 14:05:55 +00:00
parent 9ab2623629
commit 17ebeaf725

View File

@ -14,7 +14,7 @@ Geospatial initialisation
// Export name and synchronous status
exports.name = "geospatial";
exports.after = ["load-modules"];
exports.before = ["startup"];
exports.synchronous = true;
exports.startup = function() {