mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 08:55:41 -04:00
deploy: 2518424ad1
This commit is contained in:
16
assets/javascripts/bundle.c8b220af.min.js
vendored
Normal file
16
assets/javascripts/bundle.c8b220af.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
7
assets/javascripts/bundle.c8b220af.min.js.map
Normal file
7
assets/javascripts/bundle.c8b220af.min.js.map
Normal file
File diff suppressed because one or more lines are too long
16
assets/javascripts/bundle.f1b6f286.min.js
vendored
16
assets/javascripts/bundle.f1b6f286.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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