1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00

AWS Plugin: Fix for SJCL changes

This commit is contained in:
Jeremy Ruston 2024-06-06 11:29:02 +01:00
parent 352272905e
commit 423075e89d

View File

@ -4,13 +4,13 @@ title: $:/plugins/tiddlywiki/aws/lambda/sjcl
(function() {
var module;
var module, window = {};
global.sjcl = (function() {
{{ $:/library/sjcl.js ||$:/core/templates/plain-text-tiddler}}
return sjcl;
return window.sjcl;
})();