Widget: DevGuidelines: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Cschwentker (talk | contribs)
No edit summary
Cschwentker (talk | contribs)
No edit summary
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 14:41, 22 November 2022

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