Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 138: | Line 138: | ||
return printoutValue && printoutValue.fulltext.toLowerCase() === 'yes'; | return printoutValue && printoutValue.fulltext.toLowerCase() === 'yes'; | ||
}) | }) | ||
const dctList = Object.getOwnPropertyNames(results).map(dctKey => { | const dctList = Object.getOwnPropertyNames(results).map(dctKey => { | ||
/** @type {DCT} */ | /** @type {DCT} */ | ||
const dct = {}; | const dct = {}; | ||
dct.name = dctKey; | dct.name = dctKey; | ||
dct.url = results[dctKey].fullurl; | dct.url = results[dctKey].fullurl; |
Revision as of 14:51, 9 June 2022
Development verstion of the DCT List.
Not ready for production!