Difference between revisions of "Widget:DevGuidelines"

From LINKS Community Center
Jump to: navigation, search
Line 347: Line 347:
  
 
         function clearFilters() {
 
         function clearFilters() {
             document.querySelectorAll('#gl-filters input[type="checkbox').forEach(checkbox => checkbox.checked = checkbox.defaultChecked);
+
             document.querySelectorAll('#gl-filters input[type="checkbox"]').forEach(checkbox => checkbox.checked = checkbox.defaultChecked);
 
             applyFilters(true);
 
             applyFilters(true);
 
         }
 
         }

Revision as of 15:41, 22 November 2022

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