mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-23 13:01:23 -08:00
Fix crash in browser
This commit is contained in:
parent
1752eba1e8
commit
2ea6153a74
1 changed files with 3 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue