Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 740: Line 740:
 
                     if (filter.type.usedByDmo) {
 
                     if (filter.type.usedByDmo) {
 
                         summaryHtml += '<tr><td><strong>Used by practitioners</strong></td><td>'
 
                         summaryHtml += '<tr><td><strong>Used by practitioners</strong></td><td>'
                             + (filter.type.usedByDmo.length > 0 ? filter.type.usedByDmo.join(', ') : 'none')
+
                             + filter.type.usedByDmo
 
                             + '</td></tr>';
 
                             + '</td></tr>';
 
                     }
 
                     }

Revision as of 17:41, 7 December 2022

Current version of the DCT List.
Not ready for production!