kopia lustrzana https://github.com/miklobit/TiddlyWiki5
rodzic
617ec82a22
commit
ad1c2a6571
|
@ -36,7 +36,7 @@ exports.has = function(source,operator,options) {
|
|||
} else {
|
||||
if(invert) {
|
||||
source(function(tiddler,title) {
|
||||
if(!tiddler || !$tw.utils.hop(tiddler.fields,operator.operand) || (tiddler.fields[operator.operand] !== "")) {
|
||||
if(!tiddler || !$tw.utils.hop(tiddler.fields,operator.operand) || (tiddler.fields[operator.operand] === "")) {
|
||||
results.push(title);
|
||||
}
|
||||
});
|
||||
|
|
Ładowanie…
Reference in New Issue