Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Defaulthacker001 authored Jun 11, 2024
1 parent 4c60b45 commit 9bb21cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ let searchBtn = document.querySelector('.searchBtn');

searchBtn.onclick = function(){
let url = 'https://ahmia.fi/search/?q='+query.value;
window.open(url);
}
window.open(url,'_self');
}

0 comments on commit 9bb21cf

Please sign in to comment.