Widget: DCTList: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
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 12:00, 7 September 2022

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