Skip to content

Commit

Permalink
Use broader domain.
Browse files Browse the repository at this point in the history
  • Loading branch information
pawchen committed Jul 25, 2024
1 parent 245fd31 commit f5d073d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/script.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function searchSite(inputId) {
var terms = document.getElementById(inputId).value;
document.location.href = "https://www.google.com/search?sitesearch=www.originlab.com&q=" + encodeURIComponent(terms);
document.location.href = "https://www.google.com/search?sitesearch=originlab.com&q=" + encodeURIComponent(terms);
}

function searchDoc(lang, inputId, selectId) {
Expand Down

0 comments on commit f5d073d

Please sign in to comment.