Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 153: | Line 153: | ||
// Set up filters. | // Set up filters. | ||
filterHtml = dataSources.reduce((prev, curr, idx) => { | filterHtml += dataSources.reduce((prev, curr, idx) => { | ||
const identifier = escapeAttr(curr.name); | const identifier = escapeAttr(curr.name); | ||
return prev + '<div>' + | return prev + '<div>' + |
Revision as of 11:38, 9 June 2022
Development verstion of the DCT List.
Not ready for production!