From ac95b56b1e1417b0f7af0c2559a877e6353a30f2 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 20 Feb 2018 12:46:10 +0100 Subject: [PATCH] Update: CC - Demo New - Key Up (ip0443a52d.js) 46 bytes modified --- ip0443a52d.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ip0443a52d.js b/ip0443a52d.js index 6994295..a9b62b9 100644 --- a/ip0443a52d.js +++ b/ip0443a52d.js @@ -7,7 +7,11 @@ if (!this.initialized) { console.log('key up initialized'); } -if (data.code === 'KeyL') { +console.log(data); + +if (data.code === 'KeyL' || + data.code === 'l' + ) { this.loadNext(); }