diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-06-16 21:48:11 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-06-16 21:48:11 +0000 |
commit | 6ec69aaa05fe31e64b1a2b55e4637b93ead1c5d1 (patch) | |
tree | cfc1f449e282a2985de3e200bc273dd9c9f6046e /app/helpers/application_helper.rb | |
parent | b2bf7c6d8c481a3c33a055c39a6810daa6c80a61 (diff) | |
download | redmine-6ec69aaa05fe31e64b1a2b55e4637b93ead1c5d1.tar.gz redmine-6ec69aaa05fe31e64b1a2b55e4637b93ead1c5d1.zip |
Update jQuery UI to 1.31.1 (#37256).
Patch by Holger Just.
git-svn-id: https://svn.redmine.org/redmine/trunk@21647 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/helpers/application_helper.rb')
-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 0f3b763a1..1a8402020 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1726,7 +1726,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.12.1-ujs-6.1.3.1', + 'jquery-3.6.0-ui-1.13.1-ujs-6.1.3.1', 'tribute-5.1.3.min', 'tablesort-5.2.1.min.js', 'tablesort-5.2.1.number.min.js', |