mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
fix socket.io is now minified
This commit is contained in:
parent
c98c196725
commit
852c421807
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
================================================== -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue