Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 666: Line 666:
 
                     if (filter.type.functions) {
 
                     if (filter.type.functions) {
 
                         summaryHtml += '<tr><td><strong>Functions</strong></td><td>';
 
                         summaryHtml += '<tr><td><strong>Functions</strong></td><td>';
                         if (filter.type.functions.size > 0) {
+
                         if (filter.type.functions.size === 0) {
 
                             summaryHtml += 'none';
 
                             summaryHtml += 'none';
 
                         } else {
 
                         } else {

Revision as of 16:36, 21 November 2022

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