Difference between revisions of "Widget:DCTList"

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

Revision as of 12:53, 7 September 2022

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