Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <input id="playerLocation" type="text" name="location" oninput="setPlayerLocation()" disabled="true">
  2.  
  3. .player-details input[disabled="true"] {
  4. opacity: 0.6;
  5. }
  6.  
  7. gameModeOptions.forEach(option => option.setAttribute('disabled', false));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement