Skip to content

Commit

Permalink
updated jQuery to the latest h5bp version. Closes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
Luciano Mammino committed Jan 9, 2015
1 parent 05a7418 commit 61aec29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/views/html5.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</div>
{%endblock body_container%}
{% block body_js %}
{% block body_js_jquery %}<script src="{% block body_js_jquery_onlineSrc %}//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js{% endblock %}"></script>
{% block body_js_jquery %}<script src="{% block body_js_jquery_onlineSrc %}//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js{% endblock %}"></script>
<script>window.jQuery || document.write('<script src="{% block body_js_jquery_offlineSrc %}{% javascripts 'components/jquery/jquery.min.js' %}{{ asset_url }}{% endjavascripts %}{% endblock %}"><\/script>')</script>
{% endblock body_js_jquery %}
{% block body_js_analytics %}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.0,<3.0-dev",
"components/html5-boilerplate": "4.3.*",
"components/jquery": ">=1.10.2,<1.11-dev"
"components/jquery": ">=1.10.2,<=1.11.2"
},
"autoload": {
"psr-0": { "Oryzone\\Bundle\\BoilerplateBundle": "" }
Expand Down

0 comments on commit 61aec29

Please sign in to comment.