diff --git a/src/js/LoadSaveFile.js b/src/js/LoadSaveFile.js index 9f8494b..3b794fd 100644 --- a/src/js/LoadSaveFile.js +++ b/src/js/LoadSaveFile.js @@ -183,4 +183,5 @@ function AESDecryption(buffer, cipherObject = ECB_STREAM_CIPHER) { return output.subarray(0, -output[output.length - 1]); } +// Make functions global so they can be used on click and change events (for Webpack) window.LoadSaveFile = LoadSaveFile; \ No newline at end of file