Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
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 12:38, 9 June 2022

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