Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 677: Line 677:
 
                 // Picking at least one subfunction activates the category.
 
                 // Picking at least one subfunction activates the category.
 
                 // Picking zero subfunctions deactivates the category.
 
                 // Picking zero subfunctions deactivates the category.
                 const filterBlock = event.target.closes('.func-filter-block');
+
                 const filterBlock = event.target.closest('.func-filter-block');
 
                 console.log(filterBlock)
 
                 console.log(filterBlock)
 
                 applyFilters();
 
                 applyFilters();

Revision as of 16:41, 18 November 2022

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