Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Shotgunosine authored Feb 21, 2024
1 parent e0bf0b0 commit 237483d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h4>Link&nbsp;to Task:<br />
var workerID = decodeURIComponent(workerResults[2].replace(/\+/g, " "));
var phash = cyrb53(workerResults[2]);
var linkURL = $(linkElem).attr('href');
$(linkElem).attr('href', linkURL + phash);
$(linkElem).attr('href', linkURL + phash +'&phash=' + phash);
}
}

Expand Down

0 comments on commit 237483d

Please sign in to comment.