Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 302: | Line 302: | ||
groupedSources.forEach((group, gIndex) => { | groupedSources.forEach((group, gIndex) => { | ||
// out += '<div>'; | // out += '<div>'; | ||
out += group.reduce((prev, curr) => { | out += group.sources.reduce((prev, curr) => { | ||
const idx = val.findIndex(src => src === curr.name); | const idx = val.findIndex(src => src === curr.name); | ||
if (idx === -1) { | if (idx === -1) { |
Revision as of 12:10, 15 June 2022
Development verstion of the DCT List.
Not ready for production!