diff options
author | Go MAEDA <maeda@farend.jp> | 2022-09-13 09:51:16 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2022-09-13 09:51:16 +0000 |
commit | e96d3b949548e3939e76ea65aac6ec321f5b502b (patch) | |
tree | ff457fb5f8daccdfe61eaaf3abf96cd01978ae3d /app | |
parent | 2d3076440853e38dba4f8de86335c004b45d025f (diff) | |
download | redmine-e96d3b949548e3939e76ea65aac6ec321f5b502b.tar.gz redmine-e96d3b949548e3939e76ea65aac6ec321f5b502b.zip |
Update jQuery UI to 1.13.2 (#37492).
Patch by Holger Just.
git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21810 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 2d3cfa3bb..ab47a12f0 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.1-ujs-5.2.4.5', + 'jquery-3.6.0-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', diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb index 7a82f4e85..d027570df 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.13.1', 'tribute-5.1.3', 'application', 'responsive', :media => 'all' %> +<%= stylesheet_link_tag 'jquery/jquery-ui-1.13.2', 'tribute-5.1.3', 'application', 'responsive', :media => 'all' %> <%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %> <%= javascript_heads %> <%= heads_for_theme %> |