We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b23ab commit b5bc3c6Copy full SHA for b5bc3c6
encryptcontent/decrypt-contents.tpl.js
@@ -416,6 +416,7 @@ function base64url_decode(input) {
416
{% if encrypted_something -%}
417
let encrypted_something = {{ encrypted_something }};
418
decrypt_somethings(key, encrypted_something);
419
+ {%- endif %}
420
if (typeof inject_something !== 'undefined') {
421
decrypted_element = {% if webcrypto %}await {% endif %}decrypt_somethings(key, inject_something);
422
}
@@ -425,7 +426,6 @@ function base64url_decode(input) {
425
426
el.remove();
427
428
- {%- endif %}
429
430
// any post processing on the decrypted content should be done here
431
{% if arithmatex -%}
0 commit comments