1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 15:23:15 +00:00
This commit is contained in:
Jeremy Ruston 2013-03-25 20:04:52 +00:00
parent 26bcd5ef9d
commit 1b4f292351

View File

@ -102,7 +102,7 @@ FileSystemAdaptor.prototype.saveTiddler = function(tiddler,callback) {
return callback(err);
}
if($tw.boot.wikiInfo.doNotSave && $tw.boot.wikiInfo.doNotSave.indexOf(tiddler.fields.title) !== -1) {
// Don't save the tiddler if it's on the blacklist
// Don't save the tiddler if it is on the blacklist
callback(null,{},0);
} else if(fileInfo.hasMetaFile) {
// Save the tiddler as a separate body and meta file