Skip to content

Instantly share code, notes, and snippets.

@desoga10
Created April 9, 2019 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save desoga10/09165d366aab862eac7a281728dbdc7e to your computer and use it in GitHub Desktop.
Save desoga10/09165d366aab862eac7a281728dbdc7e to your computer and use it in GitHub Desktop.
Remove Player Data
document.querySelector('#playerlist').addEventListener('click', e => {
//Remove Player data from the table
Interface.deletePlayer(e.target);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment