Skip to content

Commit

Permalink
Update homesearch.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mw4mba authored May 20, 2024
1 parent fd019ba commit 3957efa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion homesearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ hs=()=>{
if (sc.value!=null){
localStorage.setItem('hq1',sc.value)
};
open("./searchsk1.html")
window.open("./searchsk1.html")

}
sc.addEventListener('keypress', function (e) {
if (e.key === 'Enter') {
Expand Down

0 comments on commit 3957efa

Please sign in to comment.