Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 502: Line 502:
 
                 const summaryHtml = '';
 
                 const summaryHtml = '';
 
                 if (filter.type.functions) {
 
                 if (filter.type.functions) {
                     summaryHtml += '<div><b>Functions:</b> ' + filter.type.functions.joint(', ');
+
                     summaryHtml += '<div><b>Functions:</b> ' + filter.type.functions.join(', ');
 
                 }
 
                 }
 
                 summary.innerHTML = summaryHtml;
 
                 summary.innerHTML = summaryHtml;

Revision as of 12:52, 7 September 2022

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