summaryrefslogtreecommitdiffstats
path: root/app/views/layouts
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-05-18 13:50:31 +0000
committerGo MAEDA <maeda@farend.jp>2020-05-18 13:50:31 +0000
commit006c5dfce874a623c1132af5052281667cd2e73b (patch)
tree94f192b185b740f977dd060c8c6faa3130c85b27 /app/views/layouts
parent0b24a0bf9f3adf36772462a733bdd8aea9a5d6ce (diff)
downloadredmine-006c5dfce874a623c1132af5052281667cd2e73b.tar.gz
redmine-006c5dfce874a623c1132af5052281667cd2e73b.zip
Update jQuery UI to 1.12.1 (#31887).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19783 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/layouts')
-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 76e23cf7d..7740a778e 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.11.0', 'tribute-3.7.3', 'application', 'responsive', :media => 'all' %>
+<%= stylesheet_link_tag 'jquery/jquery-ui-1.12.1', 'tribute-3.7.3', 'application', 'responsive', :media => 'all' %>
<%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %>
<%= javascript_heads %>
<%= heads_for_theme %>