mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-26 19:47:20 +00:00
Improve logic for initialising reading node tiddlers
We want fine control of whether tiddlers are read from the DOM or the file system, without ganging it to whether we’re on node vs. browser.
This commit is contained in:
parent
2c790d982f
commit
60926198b1
@ -1411,7 +1411,7 @@ $tw.boot.startup = function(options) {
|
||||
contentTypeInfo: {} // Map type to {encoding:,extension:}
|
||||
}
|
||||
});
|
||||
if($tw.node) {
|
||||
if(!options.readBrowserTiddlers) {
|
||||
// For writable tiddler files, a hashmap of title to {filepath:,type:,hasMetaFile:}
|
||||
$tw.boot.files = {};
|
||||
// System paths and filenames
|
||||
|
Loading…
Reference in New Issue
Block a user