mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-27 08:17:50 +01:00
compress bundled js
This commit is contained in:
@@ -152,6 +152,7 @@ export class GameTimerManager {
|
||||
|
||||
const playBtn = document.createElement('img');
|
||||
playBtn.setAttribute('src', '../images/play-button.svg');
|
||||
playBtn.setAttribute('alt', 'play button');
|
||||
playBtn.setAttribute('tabindex', '0');
|
||||
playBtn.addEventListener('click', this.playListener);
|
||||
playBtn.addEventListener('keyup', this.playListener);
|
||||
|
||||
Reference in New Issue
Block a user