Skip to content

Commit aa94188

Browse files
committed
Boost jQuery version
1 parent 81a4390 commit aa94188

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends '::base.html.twig' %}
22

33
{% block body %}
4-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
4+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
55
{% include '@FOSComment/Thread/async.html.twig' with { 'id': id } %}
66
{% endblock body %}

Tests/Functional/Bundle/CommentBundle/Resources/views/Comment/inline.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
{% block javascript %}
1313
{% javascripts '@FOSCommentBundle/Resources/assets/js/comments.js' %}
14-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
14+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
1515
<script src="{{ asset_url }}">
1616
// URI identifier for the thread comments
1717
var fos_comment_thread_id = '{{ path('fos_comment_get_thread_comments', {'id': thread.id}) }}';

0 commit comments

Comments
 (0)