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 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 15:36, 21 November 2022

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