diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-06-17 07:15:47 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-06-17 07:15:47 +0000 |
commit | d4778ad766f8d94d5dd84c666432ff80a5c004e7 (patch) | |
tree | f7177f64947092c44fa87d4639742fd7c17b7c04 /app | |
parent | a71efa56301fc71494db039a0748b02e511db7ef (diff) | |
download | redmine-d4778ad766f8d94d5dd84c666432ff80a5c004e7.tar.gz redmine-d4778ad766f8d94d5dd84c666432ff80a5c004e7.zip |
Update jQuery to 3.6.0 and jQuery UI to 1.13.1 (#37256).
Patch by Holger Just.
git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21651 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/helpers/application_helper.rb | 2 | ||||
-rw-r--r-- | app/views/layouts/base.html.erb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index b328c4c9a..dec2d494d 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1702,7 +1702,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-5.2.4.5', + 'jquery-3.6.0-ui-1.13.1-ujs-5.2.4.5', 'jquery-migrate-3.3.2.min.js', 'tribute-5.1.3.min', 'tablesort-5.2.1.min.js', diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb index f5c31816d..7a82f4e85 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -9,7 +9,7 @@ <meta name="keywords" content="issue,bug,tracker" /> <%= csrf_meta_tag %> <%= favicon %> -<%= stylesheet_link_tag 'jquery/jquery-ui-1.12.1', 'tribute-5.1.3', 'application', 'responsive', :media => 'all' %> +<%= stylesheet_link_tag 'jquery/jquery-ui-1.13.1', 'tribute-5.1.3', 'application', 'responsive', :media => 'all' %> <%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %> <%= javascript_heads %> <%= heads_for_theme %> |