Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 341: Line 341:
  
 
         document.getElementById('data-source-filter').addEventListener('change', event => {
 
         document.getElementById('data-source-filter').addEventListener('change', event => {
 +
            applyFilters();
 +
        }, { passive: true });
 +
        document.getElementById('functions-filter').addEventListener('change', event => {
 
             applyFilters();
 
             applyFilters();
 
         }, { passive: true });
 
         }, { passive: true });

Revision as of 17:07, 13 June 2022

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