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 + ']');