mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-16 14:54:51 +00:00
Comment update
This commit is contained in:
parent
9ed82c09fd
commit
503f60f64c
@ -38,7 +38,7 @@ exports.startup = function() {
|
|||||||
$tw.plugins.applyMethods("treenode",$tw.Tree);
|
$tw.plugins.applyMethods("treenode",$tw.Tree);
|
||||||
// Get version information
|
// Get version information
|
||||||
$tw.version = $tw.utils.extractVersionInfo();
|
$tw.version = $tw.utils.extractVersionInfo();
|
||||||
// Load up the tiddlers in the root of the core directory (we couldn't do before because we didn't have the serializers installed)
|
// Load up the shadow tiddlers in the root of the core directory (we couldn't do before because we didn't have the serializers installed)
|
||||||
if(!$tw.browser) {
|
if(!$tw.browser) {
|
||||||
$tw.loadTiddlersFromFolder($tw.boot.bootPath,"$:/core",/^\.DS_Store$|.meta$|^modules$/);
|
$tw.loadTiddlersFromFolder($tw.boot.bootPath,"$:/core",/^\.DS_Store$|.meta$|^modules$/);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user