diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-09-14 21:06:19 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-09-14 21:06:19 +0000 |
commit | 38643cb4fc3f0173d49f6e317c3a6c454a92e4b0 (patch) | |
tree | cfe429a0171e7f202bd94d0e81946239f57cc994 /app | |
parent | e96d3b949548e3939e76ea65aac6ec321f5b502b (diff) | |
download | redmine-38643cb4fc3f0173d49f6e317c3a6c454a92e4b0.tar.gz redmine-38643cb4fc3f0173d49f6e317c3a6c454a92e4b0.zip |
Backported r21811 to 4.2-stable (#37647).
git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21814 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-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 ab47a12f0..028398885 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1703,7 +1703,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-5.2.4.5', + 'jquery-3.6.1-ui-1.13.2-ujs-5.2.4.5', 'jquery-migrate-3.3.2.min.js', 'tribute-5.1.3.min', 'tablesort-5.2.1.min.js', |