Skip to content

Commit

Permalink
Merge pull request #112 from RPI-ITWS/changed-font-color--joshua
Browse files Browse the repository at this point in the history
value to text context
  • Loading branch information
JoshuaCollinsRPI authored Dec 6, 2024
2 parents b5603c2 + f1e3f53 commit a94c209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Statistics/assets/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ function FindPlayerStats(query){

document.getElementById('name').addEventListener('click', function() {
const name = document.getElementById('name');
linktopage(name.value());
linktopage(name.textContent());
});

function linktopage(name){
Expand Down

0 comments on commit a94c209

Please sign in to comment.