diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-09-14 20:45:00 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-09-14 20:45:00 +0000 |
commit | f4921cb55dc4ec25794c3e05b0020eca9194e9a2 (patch) | |
tree | ab4007466f8fb6ee1793ce6c7a8cff9767c6d762 /app/helpers | |
parent | 0adef152d61c84697f711651d83847b97d30a772 (diff) | |
download | redmine-f4921cb55dc4ec25794c3e05b0020eca9194e9a2.tar.gz redmine-f4921cb55dc4ec25794c3e05b0020eca9194e9a2.zip |
Update jQuery to 3.6.1 (#37647).
git-svn-id: https://svn.redmine.org/redmine/trunk@21811 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/application_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index e2522c5b1..7dc0cf0b2 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1728,7 +1728,7 @@ module ApplicationHelper # Returns the javascript tags that are included in the html layout head def javascript_heads tags = javascript_include_tag( - 'jquery-3.6.0-ui-1.13.2-ujs-6.1.3.1', + 'jquery-3.6.1-ui-1.13.2-ujs-6.1.3.1', 'tribute-5.1.3.min', 'tablesort-5.2.1.min.js', 'tablesort-5.2.1.number.min.js', |