diff options
author | Go MAEDA <maeda@farend.jp> | 2020-05-18 13:50:31 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-05-18 13:50:31 +0000 |
commit | 006c5dfce874a623c1132af5052281667cd2e73b (patch) | |
tree | 94f192b185b740f977dd060c8c6faa3130c85b27 /app/views/layouts | |
parent | 0b24a0bf9f3adf36772462a733bdd8aea9a5d6ce (diff) | |
download | redmine-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.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 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 %> |