summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2022-06-16 21:48:11 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2022-06-16 21:48:11 +0000
commit6ec69aaa05fe31e64b1a2b55e4637b93ead1c5d1 (patch)
treecfc1f449e282a2985de3e200bc273dd9c9f6046e /app/views
parentb2bf7c6d8c481a3c33a055c39a6810daa6c80a61 (diff)
downloadredmine-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.erb2
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 %>