Skip to content

Commit

Permalink
Update search.js
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbanz authored Aug 9, 2023
1 parent b931164 commit 1681cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function showResult(str) {
displayResults(this.responseXML, str);
}
};
xhttp.open("GET", "products.xml", true);
xhttp.open("GET", "search.xml", true);
xhttp.send();
}

Expand Down

0 comments on commit 1681cce

Please sign in to comment.