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 836ccd5 commit 139d7c7Copy full SHA for 139d7c7
encryptcontent/decrypt-contents.tpl.js
@@ -448,6 +448,9 @@ function base64url_decode(input) {
448
{% if webcrypto %}await {% endif %}reload_js(reload_scripts[i]);
449
}
450
{%- endif %}
451
+ if (typeof theme_run_after_decryption !== 'undefined') {
452
+ theme_run_after_decryption();
453
+ }
454
if (window.location.hash) { //jump to anchor if hash given after decryption
455
window.location.href = window.location.hash;
456
0 commit comments