Skip to content

Commit

Permalink
fixed jQuery file reference
Browse files Browse the repository at this point in the history
jquery-1.8.0.js was revered but only jquery-1.8.3.js exists
  • Loading branch information
sstok committed Mar 2, 2013
1 parent 883faae commit 02f3ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/standard_layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ file that was distributed with this source code.
{% endblock %}

{% block javascripts %}
<script src="{{ asset('bundles/sonatajquery/jquery-1.8.0.js') }}" type="text/javascript"></script>
<script src="{{ asset('bundles/sonatajquery/jquery-1.8.3.js') }}" type="text/javascript"></script>
<script src="{{ asset('bundles/sonatajquery/jquery-ui-1.8.23.js') }}" type="text/javascript"></script>
<script src="{{ asset('bundles/sonatajquery/jquery-ui-i18n.js') }}" type="text/javascript"></script>

Expand Down

0 comments on commit 02f3ebc

Please sign in to comment.