2
0
Fork 0

Updated versions

This commit is contained in:
Willem Cazander 2022-05-13 15:48:44 +02:00
parent 6e1893455c
commit 7eeb459d17
3 changed files with 3468 additions and 2865 deletions

View file

@ -18,7 +18,6 @@
<%- js("js/meethigher.js") %>
<%- js("js/toolbar.js") %>
<%- js("js/svg-pan-zoom.min.js") %>
<% if (theme.graphviz.enable) { %>
<script src='https://cdnjs.cloudflare.com/ajax/libs/viz.js/1.7.1/viz.js'></script>
<script>
String.prototype.replaceAll = function(search, replacement) {
@ -45,6 +44,5 @@
item.outerHTML = svg;
}
</script>
<% } %>
</body>
</html>