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 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 15:41, 18 November 2022

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