mirror of
https://github.com/bspeice/Melodia
synced 2025-08-02 05:34:53 -04:00
Fix web asset loading
Now using jquery 1.8.1, jquery-ui 1.9.2
This commit is contained in:
@ -63,8 +63,8 @@ List of block elements in this page:
|
||||
|
||||
{# General scripts #}
|
||||
{% block scripts %}
|
||||
<script type="text/javascript" src="{{ STATIC_URL }}js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="{{ STATIC_URL }}js/jquery-ui.min.js"></script>
|
||||
<script type="text/javascript" src="{{ STATIC_URL }}js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript" src="{{ STATIC_URL }}js/jquery-1.9.0.min.js"></script>
|
||||
<!--<script type="text/javascript" src="{{ STATIC_URL }}js/jquery-ui-1.10.0.custom.min.js"></script>-->
|
||||
{% endblock %}
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user