mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Close search form dropdown on click on "see more results"
This commit is contained in:
parent
0692a689f1
commit
f122da1306
@ -41,6 +41,7 @@ ComunicWeb.components.search.form = {
|
||||
footerLink.innerHTML = "See more results";
|
||||
footerLink.onclick = function(){
|
||||
openPage("search?q=" + this.getAttribute("data-searchValue"));
|
||||
ComunicWeb.components.search.form.close();
|
||||
}
|
||||
|
||||
//Make input text lives
|
||||
|
Loading…
Reference in New Issue
Block a user