File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{% extends ' ::base.html.twig' %}
2
2
3
3
{% 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 >
5
5
{% include ' @FOSComment/Thread/async.html.twig' with { ' id' : id } %}
6
6
{% endblock body %}
Original file line number Diff line number Diff line change 11
11
12
12
{% block javascript %}
13
13
{% 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 >
15
15
<script src =" {{ asset_url }}" >
16
16
// URI identifier for the thread comments
17
17
var fos_comment_thread_id = ' {{ path(' fos_comment_get_thread_comments' , {' id' : thread.id}) }}' ;
You can’t perform that action at this time.
0 commit comments