War on TODOs

Improved mermaid and photoswipe extensions, handled control-s on the edit page.
This commit is contained in:
Simon Brooke 2020-02-20 12:35:00 +00:00
parent ac433c3afa
commit c19580a23e
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
10 changed files with 142 additions and 61 deletions

View file

@ -17,14 +17,4 @@
{% endif %}
{{content|safe}}
</div>
<script>
//<![CDATA[
if (document.addEventListener) {
document.addEventListener("DOMContentLoaded", function(event) {
mermaid.initialize({startOnLoad:true});
});
}
//]]
</script>
{% endblock %}