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/views | |
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/views')
-rw-r--r-- | app/views/layouts/base.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb index a7ca52c22..8114ff9e0 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 %> |