Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
v4for authored Oct 3, 2024
1 parent 728bcc6 commit 1995036
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gxmes/sighn.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ document.addEventListener('DOMContentLoaded', () => {
hidesomediv(searched);

if (!matchFound) {
alert("No matches found for " + searched + ". redircted you away")
window.location = "/gxmes"
// alert("No matches found for " + searched + ". redircted you away")
//window.location = "/gxmes"
console.log("no matches found")
}
});

0 comments on commit 1995036

Please sign in to comment.