Skip to content

Commit

Permalink
Update inject.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rlauuzo committed Aug 5, 2024
1 parent 2244ebf commit 1ed02c8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ const introSkipper = {
this.skipButton.id = "skipIntro";
this.skipButton.classList.add("hide");
this.skipButton.addEventListener("click", this.eventHandler.bind(this));
this.skipButton.addEventListener('pointerdown', this.eventHandler.bind(this));
this.skipButton.addEventListener("keydown", this.eventHandler.bind(this));
this.skipButton.innerHTML = `
<button is="emby-button" type="button" class="btnSkipIntro injected">
Expand Down

0 comments on commit 1ed02c8

Please sign in to comment.