mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-27 15:50:53 -07: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
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ Startup initialisation
|
|||
// Export name and synchronous status
|
||||
exports.name = "browser-storage";
|
||||
exports.platforms = ["browser"];
|
||||
exports.after = ["load-modules"];
|
||||
exports.after = ["startup"];
|
||||
exports.synchronous = true;
|
||||
|
||||
var ENABLED_TITLE = "$:/config/BrowserStorage/Enabled",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue