Changes for page Context Search
Last modified by bougault on 2023/02/20 16:29
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -38,7 +38,7 @@ 38 38 console.log(filterInputs); 39 39 filterInputs.forEach(function(filterIpt) { 40 40 console.log(filterIpt); 41 - filter Ipt.addEventListener('click', function() {41 + filter.addEventListener('click', function() { 42 42 const role = this.getAttribute('data-role-filter'); 43 43 if(this.checked) { 44 44 addRole(role);