mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-02-02 16:20:23 +00:00
Fix crash in browser
This commit is contained in:
@@ -31,5 +31,7 @@ exports.startup = function() {
|
||||
$tw.modules.applyMethods("tiddlerdeserializer",$tw.Wiki.tiddlerDeserializerModules);
|
||||
$tw.macros = $tw.modules.getModulesByTypeAsHashmap("macro");
|
||||
$tw.wiki.initParsers();
|
||||
$tw.Commander.initCommands();
|
||||
if($tw.node) {
|
||||
$tw.Commander.initCommands();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user