Skip to content

Commit

Permalink
Update search_drug.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhashreesv authored Jul 17, 2024
1 parent 491173f commit c5f6ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search_drug.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ function search_call()
{
let drug_name = document.getElementById("drug_name");
window.location.href = "https://www.drugs.com/search.php?searchterm="+drug_name.value;
}
}

0 comments on commit c5f6ed2

Please sign in to comment.