Add jsondiffpatch.

This commit is contained in:
Patrick Jentsch 2019-08-19 17:08:16 +02:00
parent 025c51646c
commit 8a49b8c871

View File

@ -24,6 +24,7 @@
{% endfor %}
];
</script>
<script src="{{ url_for('static', filename='js/jsondiffpatch.umd.js') }}"></script>
<script src="{{ url_for('static', filename='js/polls.js') }}"></script>
{% endif %}
<script src="{{ url_for('static', filename='js/list.js') }}"></script>