We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi,
You could add this to the end of the secret-template file, within the script tag, to allow that.
document.querySelector("#password").addEventListener("keyup", event => { if(event.key !== "Enter") return; decrypt() event.preventDefault(); });
The text was updated successfully, but these errors were encountered:
Thank you very much. I'll get to it eventually.
Sorry, something went wrong.
This PR addresses: #31
No branches or pull requests
Hi,
You could add this to the end of the secret-template file, within the script tag, to allow that.
document.querySelector("#password").addEventListener("keyup", event => {
if(event.key !== "Enter") return;
decrypt()
event.preventDefault();
});
The text was updated successfully, but these errors were encountered: