From 25cc163ab37e3c39e781d7ab8acb0b78c6c7eba7 Mon Sep 17 00:00:00 2001 From: Jarmo Riikonen Date: Mon, 2 Jul 2018 21:06:42 +0300 Subject: [PATCH] Hups, forgot merge right Too sleepy --- scripts/AnimeNotifier.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/AnimeNotifier.ts b/scripts/AnimeNotifier.ts index f17ef00b..6c5dc098 100644 --- a/scripts/AnimeNotifier.ts +++ b/scripts/AnimeNotifier.ts @@ -1058,21 +1058,13 @@ export default class AnimeNotifier { // "+" = Audio speed up -<<<<<<< HEAD - if(e.keyCode === 107 || e.keyCode === 187 || e.key == "+") { -======= if(e.key == "+") { ->>>>>>> bd6291290bff210ed9ae2e70fc3820181899470d this.audioPlayer.addSpeed(0.05) return preventDefault() } // "-" = Audio speed down -<<<<<<< HEAD - if(e.keyCode === 109 || e.keyCode === 189 || e.key == "-") { -======= if(e.key == "-") { ->>>>>>> bd6291290bff210ed9ae2e70fc3820181899470d this.audioPlayer.addSpeed(-0.05) return preventDefault() }