You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
347 B
5 lines
347 B
const {globalFunc} = customJS
|
|
let {invtype, dateadded, style, stage, ccy, theme, tradingd, tradingp} = input;
|
|
|
|
dv.el('t', "<b>🔎 search terms:</b> \n• " + globalFunc.buildToPrint([invtype, dateadded, style, stage, ccy, theme, tradingd, tradingp], ["invtype", "dateadded", "style", "stage", "ccy", "theme", "tradingd", "tradingp"], "\n• "));
|