Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 228: Line 228:
  
 
         // Set up filters.
 
         // Set up filters.
         const functionFilterHtml = Object.getOwnPropertyNames(fnImages).reduce(funcName => {
+
         const functionFilterHtml = Object.getOwnPropertyNames(fnImages).reduce((prev, funcName) => {
 
             const identifier = escapeAttr(funcName);
 
             const identifier = escapeAttr(funcName);
 
             return prev + '<div><input type="checkbox" id="func-filter-' + identifier + '" value="' + funcName + '" checked>' +
 
             return prev + '<div><input type="checkbox" id="func-filter-' + identifier + '" value="' + funcName + '" checked>' +

Revision as of 16:46, 13 June 2022

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