瀏覽代碼

Node nale shows "f" when "filter true" is selected and "t" (triggername) when "trigger only by single topic" is selected.

master
Massimo 5 年之前
父節點
當前提交
255e7d1e6d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      boolean-logic-ultimate/BooleanLogicUltimate.html

+ 1
- 1
boolean-logic-ultimate/BooleanLogicUltimate.html 查看文件

@@ -56,7 +56,7 @@
label:
function() {
let label = "";
let filtered=this.filtertrue=="both" ? "" : " f" ;
let filtered=this.filtertrue=="both" ? "" : "f" ;
let trigger="";
if(typeof this.outputtriggeredby !== "undefined") trigger=this.outputtriggeredby=="all" ? "" : "t (" + this.triggertopic+")";
label= this.inputCount + ((filtered+trigger)==""?" Boolean Logic":(filtered+trigger));

Loading…
取消
儲存