Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
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 13:10, 15 June 2022

Development verstion of the DCT List.
Not ready for production!