Files
hedgedoc-hedgeagent/public/views/hedgedoc/footer.ejs
Tilman Vatteroth 9498ee6bfe Remove cdn support
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-08-15 00:09:53 +02:00

6 lines
355 B
Plaintext

<script src="<%= serverURL %>/js/mathjax-config-extra.js"></script>
<script src="<%- serverURL %>/build/MathJax/MathJax.js" defer></script>
<script src="<%- serverURL %>/build/MathJax/config/TeX-AMS-MML_HTMLorMML.js" defer></script>
<script src="<%- serverURL %>/build/MathJax/config/Safe.js" defer></script>
<%- include('../build/index-pack-scripts') %>