mirror of https://github.com/tp4a/teleport
使用underscore-min.js而不是未压缩的版本。
parent
063dbcced4
commit
4b685c380d
|
@ -53,7 +53,7 @@
|
|||
{% block block_extend_content %}{% endblock %}
|
||||
|
||||
<!-- JavaScript -->
|
||||
<script type="text/javascript" src="{{ static_url('plugins/underscore/underscore.js') }}"></script>
|
||||
<script type="text/javascript" src="{{ static_url('plugins/underscore/underscore-min.js') }}"></script>
|
||||
<script type="text/javascript" src="{{ static_url('plugins/jquery/jquery-2.2.3.min.js') }}"></script>
|
||||
<script type="text/javascript" src="{{ static_url('plugins/bootstrap/js/bootstrap.min.js') }}"></script>
|
||||
<script type="text/javascript" src="{{ static_url('plugins/blur/velocity.min.js') }}"></script>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
{% block block_extend_content %}{% endblock %}
|
||||
|
||||
<!-- JavaScript -->
|
||||
<script type="text/javascript" src="{{ static_url('plugins/underscore/underscore.js') }}"></script>
|
||||
<script type="text/javascript" src="{{ static_url('plugins/underscore/underscore-min.js') }}"></script>
|
||||
<script type="text/javascript" src="{{ static_url('plugins/jquery/jquery-2.2.3.min.js') }}"></script>
|
||||
<script type="text/javascript" src="{{ static_url('plugins/bootstrap/js/bootstrap.min.js') }}"></script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue