diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-02-24 20:45:56 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-02-24 20:45:56 +0000 |
commit | 8470b8b4787e63cdc00f9c66429a4f87028a0a75 (patch) | |
tree | 10644d55cb9e1aeadb50dc04ec96a7d78a44cb4c /app | |
parent | 3627a29fa6ddc97b51dcec5517da5531fc56d368 (diff) | |
download | redmine-8470b8b4787e63cdc00f9c66429a4f87028a0a75.tar.gz redmine-8470b8b4787e63cdc00f9c66429a4f87028a0a75.zip |
Update jQuery to 3.6.0 (#35729).
git-svn-id: http://svn.redmine.org/redmine/trunk@21439 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 33798501a..cbf15a873 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1720,7 +1720,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', |