mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-26 13:59:23 +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.innerHTML = "See more results";
|
||||||
footerLink.onclick = function(){
|
footerLink.onclick = function(){
|
||||||
openPage("search?q=" + this.getAttribute("data-searchValue"));
|
openPage("search?q=" + this.getAttribute("data-searchValue"));
|
||||||
|
ComunicWeb.components.search.form.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
//Make input text lives
|
//Make input text lives
|
||||||
|
Loading…
Reference in New Issue
Block a user