Difference between revisions of "Widget:DevGuidelines"

From LINKS Community Center
Jump to: navigation, search
Line 686: Line 686:
 
                             + '</td></tr>';
 
                             + '</td></tr>';
 
                     }
 
                     }
                     if (filter.type.tech) {
+
                     if (filter.type.techs) {
 
                         summaryHtml += '<tr><td><strong>Mentions Technologies</strong></td><td>'
 
                         summaryHtml += '<tr><td><strong>Mentions Technologies</strong></td><td>'
                             + (filter.type.tech.length > 0 ? filter.type.tech.join(', ') : 'none')
+
                             + (filter.type.techs.length > 0 ? filter.type.techs.join(', ') : 'none')
 
                             + '</td></tr>';
 
                             + '</td></tr>';
 
                     }
 
                     }

Revision as of 17:04, 24 November 2022

Development version of the List of Guidelines.
Not ready for production!