|
@@ -17,9 +17,9 @@
|
|
|
</div>
|
|
|
{% block content %}{% endblock %}
|
|
|
</div>
|
|
|
- <script src="{{ url_for( 'static', filename='js/vendor/jquery.js') }}"></script>
|
|
|
+ <script src="{{ url_for( 'static', filename='js/vendor/jquery-3.5.1.min.js') }}"></script>
|
|
|
<script src="{{ url_for( 'static', filename='js/vendor/what-input.js') }}"></script>
|
|
|
- <script src="{{ url_for( 'static', filename='js/vendor/foundation.js') }}"></script>
|
|
|
+ <script src="{{ url_for( 'static', filename='js/vendor/foundation.min.js') }}"></script>
|
|
|
<script src="{{ url_for( 'static', filename='js/app.js') }}"></script>
|
|
|
<footer class="large-12 callout">
|
|
|
BZ&BZ BBS
|