Use minimal list.js file.

This commit is contained in:
Patrick Jentsch 2019-08-20 16:12:03 +02:00
parent 6975076fc3
commit a86ae5c75c
2 changed files with 3 additions and 1 deletions

2
app/static/js/list.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -27,7 +27,7 @@
<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>
<script src="{{ url_for('static', filename='js/list.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/utils.js') }}"></script>
<script src="{{ url_for('static', filename='js/CorpusList.js') }}"></script>
<script src="{{ url_for('static', filename='js/JobList.js') }}"></script>