1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-12-03 07:18:06 +00:00

Fix "sjcl not found" errors in TiddlyDesktop (#8007)

This commit is contained in:
Robin Munn
2024-02-26 18:36:46 +07:00
committed by GitHub
parent c947ba4310
commit 984863065e
2 changed files with 2 additions and 1 deletions

View File

@@ -786,6 +786,7 @@ $tw.utils.Crypto = function() {
}
return outputText;
};
$tw.sjcl = sjcl;
this.setPassword = function(newPassword) {
currentPassword = newPassword;
this.updateCryptoStateTiddler();