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 e0960a7 commit 5e284e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
const team=document.getElementById('team');
var result=[];
var comment;
console.log(window.opener.location.href)
function updateData() {
hash = hashTags.substr(1);
if (window.location.hash) {
Expand All @@ -39,9 +38,6 @@
console.log(result)
}
updateData()
function teamSelect() {

}

function passHashTags() {
let newHash="#";
Expand Down

0 comments on commit 5e284e4

Please sign in to comment.