fix socket.io is now minified

This commit is contained in:
ziirish 2021-09-17 12:36:09 +02:00
parent c98c196725
commit 852c421807
No known key found for this signature in database
GPG key ID: 72DB229A64B54E46

View file

@ -69,7 +69,7 @@
<script src="{{ url_for('bower.static', filename='jquery/dist/jquery.min.js') }}"></script>
<script src="{{ url_for('bower.static', filename='jquery-ui/jquery-ui.min.js') }}"></script>
<script src="{{ url_for('bower.static', filename='bootstrap/dist/js/bootstrap.min.js') }}"></script>
<script src="{{ url_for('bower.static', filename='socket.io-client/dist/socket.io.js') }}"></script>
<script src="{{ url_for('bower.static', filename='socket.io-client/dist/socket.io.min.js') }}"></script>
<script src="{{ url_for('bower.static', filename='lodash/dist/lodash.min.js') }}"></script>
<!-- Typeadhead + Bloodhound Javascript
================================================== -->