Update footer.tmpl
This commit is contained in:
parent
a70623ab46
commit
d0bd713ade
@ -2,9 +2,9 @@
|
|||||||
$(async () => {
|
$(async () => {
|
||||||
if (!$('.language-plantuml').length) return;
|
if (!$('.language-plantuml').length) return;
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
$.getScript('https://gitea.dmz.rs/disu1950/android-toolz/assets/deflate.js'),
|
$.getScript('https://gitea.dmz.rs/disu1950/android/assets/deflate.js'),
|
||||||
$.getScript('https://gitea.dmz.rs/disu1950/android-toolz/assets/encode.js'),
|
$.getScript('https://gitea.dmz.rs/disu1950/android/assets/encode.js'),
|
||||||
$.getScript('https://gitea.dmz.rs/disu1950/android-toolz/assets/plantuml_codeblock_parse.js'),
|
$.getScript('https://gitea.dmz.rs/disu1950/android/assets/plantuml_codeblock_parse.js'),
|
||||||
]);
|
]);
|
||||||
// Replace call with address to your plantuml server
|
// Replace call with address to your plantuml server
|
||||||
parsePlantumlCodeBlocks("https://www.plantuml.com/plantuml");
|
parsePlantumlCodeBlocks("https://www.plantuml.com/plantuml");
|
||||||
|
Loading…
Reference in New Issue
Block a user