diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2021-08-15 08:20:01 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2021-08-15 08:20:01 +0000 |
commit | baaa635d2f4afd5c237e6efc8814518f4cfd61ff (patch) | |
tree | a33fb6c580df0567f099a938ccb3e37da7b46b44 /app/helpers | |
parent | a701bf1bb99f4d79e560f2f39badd14371844d11 (diff) | |
download | redmine-baaa635d2f4afd5c237e6efc8814518f4cfd61ff.tar.gz redmine-baaa635d2f4afd5c237e6efc8814518f4cfd61ff.zip |
Update jQuery to 3.6.0 (#35729).
git-svn-id: http://svn.redmine.org/redmine/trunk@21179 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 0618b614d..f310571a8 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1714,7 +1714,7 @@ module ApplicationHelper # Returns the javascript tags that are included in the html layout head def javascript_heads tags = javascript_include_tag( - 'jquery-3.5.1-ui-1.12.1-ujs-6.1.3.1', + 'jquery-3.6.0-ui-1.12.1-ujs-6.1.3.1', 'tribute-5.1.3.min', 'tablesort-5.2.1.min.js', 'tablesort-5.2.1.number.min.js', |