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 a52f82d commit 9c4f0e9Copy full SHA for 9c4f0e9
encryptcontent/decrypt-contents.tpl.js
@@ -434,8 +434,10 @@ function base64url_decode(input) {
434
el.remove();
435
}
436
437
-
438
// any post processing on the decrypted content should be done here
+ {%- if material %}
439
+ document$.next(document);
440
+ {%- else %}
441
{% if arithmatex -%}
442
if (typeof MathJax === 'object') { MathJax.typesetPromise();};
443
{%- endif %}
@@ -447,6 +449,7 @@ function base64url_decode(input) {
447
449
hljs.highlightElement(block);
448
450
});
451
452
+ {%- endif %}
453
{% if reload_scripts | length > 0 -%}
454
let reload_scripts = {{ reload_scripts }};
455
for (let i = 0; i < reload_scripts.length; i++) {
0 commit comments