Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 673: Line 673:
 
                                 subfunEl.checked = !!functions[subfun];
 
                                 subfunEl.checked = !!functions[subfun];
  
                                 subfunEl.dispatchEvent(new Event('change'));
+
                                 subfunEl.dispatchEvent(new Event('change', { bubbles: true }));
 
                                  
 
                                  
 
                                 // const filterBlock = subfunEl.closest('.func-filter-block');
 
                                 // const filterBlock = subfunEl.closest('.func-filter-block');

Revision as of 14:02, 5 June 2023

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