Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
Removed unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Petschko committed Sep 23, 2018
1 parent f29e31d commit 400e24b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ <h2>File-List</h2>
<script src="libs/lz-string.min.js"></script>
<script src="scripts/RPGFile.js?ver=1.1"></script>
<script src="scripts/ErrorException.js?ver=1.0"></script>
<script src="scripts/Decrypter.js?ver=1.3.0"></script>
<script src="scripts/Decrypter.js?ver=1.3.1"></script>
<script src="scripts/ZIP.js?ver=0.3"></script>
<script src="scripts/functions.js?ver=1.2.2"></script>
</body>
Expand Down
1 change: 0 additions & 1 deletion scripts/Decrypter.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 + ']');
Expand Down

0 comments on commit 400e24b

Please sign in to comment.