Skip to content

Commit

Permalink
Update trsearch.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mw4mba authored May 21, 2024
1 parent 2c414ff commit 3ef41fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trsearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ hs=()=>{
if (state!=null){
localStorage.setItem('hq1',input.value)
};
window.open("./searchsk1.html","_self")
window.open("./Searchsk1.html","_self")
}

input.addEventListener('keypress', function(e) {
Expand All @@ -28,7 +28,7 @@ is=()=>{

localStorage.setItem('hq1',isb.value)

window.open("./searchsk1.html")
window.open("./Searchsk1.html")
}

isb.addEventListener('keypress', function (e) {
Expand Down

0 comments on commit 3ef41fe

Please sign in to comment.