From 400e24b165cb1a3ced63d9e3319243eeaa6adc41 Mon Sep 17 00:00:00 2001 From: Petschko Date: Sun, 23 Sep 2018 17:04:32 +0200 Subject: [PATCH] Removed unused var --- index.html | 2 +- scripts/Decrypter.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index a7b197f..21fcc3c 100644 --- a/index.html +++ b/index.html @@ -310,7 +310,7 @@

File-List

- + diff --git a/scripts/Decrypter.js b/scripts/Decrypter.js index 3a1f032..e3fc43a 100644 --- a/scripts/Decrypter.js +++ b/scripts/Decrypter.js @@ -277,7 +277,6 @@ Decrypter.detectEncryptionCode = function(rpgFile, callback) { (window.addEventListener ? 'load' : 'onload', function() { var key; var fileContent; - var message = null; try { fileContent = JSON.parse('[' + this.result + ']');