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 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 11:52, 7 September 2022

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