Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 503: Line 503:
 
                 if (filter.type.functions) {
 
                 if (filter.type.functions) {
 
                     summaryHtml += '<div><b>Functions:</b> '
 
                     summaryHtml += '<div><b>Functions:</b> '
                         + filter.type.functions.length > 0 ? filter.type.functions.join(', ') : 'none'
+
                         + (filter.type.functions.length > 0 ? filter.type.functions.join(', ') : 'none')
 
                         + '</div>';
 
                         + '</div>';
 
                 }
 
                 }

Revision as of 13:00, 7 September 2022

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