diff --git a/code/services-application/search-service/src/main/resources/static/search/serp.js b/code/services-application/search-service/src/main/resources/static/search/serp.js index 3ddd8dbd..c04e78c9 100644 --- a/code/services-application/search-service/src/main/resources/static/search/serp.js +++ b/code/services-application/search-service/src/main/resources/static/search/serp.js @@ -2,7 +2,7 @@ document.getElementsByTagName('body')[0].setAttribute('data-has-js', 'true'); // Add a button to open the filters for mobile; we do this in js to not pollute the DOM for text-only browsers const button = document.createElement('button'); -button.setAttribute('id', 'mcfest'); +button.setAttribute('id', 'mcfeast'); button.setAttribute('aria-controls', '#filters'); button.onclick = (event) => { setDisplay(document.getElementById('filters'), 'block');