This commit is contained in:
ReznoRMichael 2021-01-25 04:22:21 +01:00
parent 4df75b0f45
commit aec3c54b5e

View file

@ -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;