diff --git a/groups/home/homepage13-js-css.html b/groups/home/homepage13-js-css.html index 461b77e..a0e1f3f 100644 --- a/groups/home/homepage13-js-css.html +++ b/groups/home/homepage13-js-css.html @@ -475,7 +475,7 @@ function customizeSearch(facet) { document.getElementById("primoQueryTemp").setAttribute("placeholder", "Enter search term here"); // reset any previously selected facets - document.querySelectorAll('.deleteWithDropdownChange').forEach(e => e.remove()); + document.querySelectorAll('.deleteWithDropdownChange').forEach( function(e) { e.remove(); }); document.getElementById("formToAppendInputsTo").setAttribute("action", "https://cuny-kb.primo.exlibrisgroup.com/discovery/search"); document.getElementById("tabSetting").setAttribute("value", "Everything"); @@ -499,6 +499,12 @@ function customizeSearch(facet) { - - + + + + +