mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 17:40:29 +00:00
Browser-storage: Fix startup constraints
The use of $tw.perf requires the "startup" startup module to be executed first.
This commit is contained in:
parent
89c0c6157b
commit
7e964e9501
@ -15,7 +15,7 @@ Startup initialisation
|
|||||||
// Export name and synchronous status
|
// Export name and synchronous status
|
||||||
exports.name = "browser-storage";
|
exports.name = "browser-storage";
|
||||||
exports.platforms = ["browser"];
|
exports.platforms = ["browser"];
|
||||||
exports.after = ["load-modules"];
|
exports.after = ["startup"];
|
||||||
exports.synchronous = true;
|
exports.synchronous = true;
|
||||||
|
|
||||||
var ENABLED_TITLE = "$:/config/BrowserStorage/Enabled",
|
var ENABLED_TITLE = "$:/config/BrowserStorage/Enabled",
|
||||||
|
Loading…
Reference in New Issue
Block a user