Skip to content

Commit

Permalink
fix result problem
Browse files Browse the repository at this point in the history
  • Loading branch information
kaheetonaa committed Oct 22, 2024
1 parent 375285f commit e0960a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<script>
const hashTags = window.location.hash;
const team=document.getElementById('team');
var result="";
var result=[];
var comment;
console.log(window.opener.location.href)
function updateData() {
Expand Down

0 comments on commit e0960a7

Please sign in to comment.