Advertisement
tourniquet

Untitled

Aug 29th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. activeWeaponChoices
  2.   .forEach(el => removeCLick(el))
  3.   .filter(el => !el.classList.contains('selected'))
  4.   .forEach(el => fadeOut(el))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement