mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 07:25:41 -04:00
deploy: 2518424ad1
This commit is contained in:
@@ -246,13 +246,8 @@ function decryptor_reaction(key_or_keys, password_input, decrypted_content, fall
|
||||
el.remove();
|
||||
}
|
||||
}
|
||||
|
||||
// any post processing on the decrypted content should be done here
|
||||
if (typeof MathJax === 'object') { MathJax.typesetPromise();};
|
||||
|
||||
decrypted_content.querySelectorAll('pre code').forEach((block) => {
|
||||
hljs.highlightElement(block);
|
||||
});
|
||||
document$.next(document);
|
||||
|
||||
if (typeof theme_run_after_decryption !== 'undefined') {
|
||||
theme_run_after_decryption();
|
||||
|
||||
Reference in New Issue
Block a user