Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 134: | Line 134: | ||
const printoutValue = dct.printouts[func][0]; | const printoutValue = dct.printouts[func][0]; | ||
if (printoutValue) console.log(dct, func, printoutValue.fulltext); | if (printoutValue) console.log(dct.fulltext, func, printoutValue.fulltext); | ||
return printoutValue && printoutValue.fulltext.toLowerCase() === 'yes'; | return printoutValue && printoutValue.fulltext.toLowerCase() === 'yes'; |
Revision as of 14:53, 9 June 2022
Development verstion of the DCT List.
Not ready for production!