diff options
author | Go MAEDA <maeda@farend.jp> | 2020-05-09 05:47:07 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-05-09 05:47:07 +0000 |
commit | 510d889079c99dc8ece3fe70921d29aa567c99a8 (patch) | |
tree | ac55fe39ad50c6a6ce89011bf419a7501127d887 /app/helpers | |
parent | 2eb7d4fd3552ed4483c58c590f411ac7affcda93 (diff) | |
download | redmine-510d889079c99dc8ece3fe70921d29aa567c99a8.tar.gz redmine-510d889079c99dc8ece3fe70921d29aa567c99a8.zip |
Update jQuery UI to 1.12.1 (#31887).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@19769 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/application_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index a3e838b61..d36481459 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1622,7 +1622,7 @@ module ApplicationHelper # Returns the javascript tags that are included in the html layout head def javascript_heads - tags = javascript_include_tag('jquery-2.2.4-ui-1.11.0-ujs-5.2.3', 'tribute-3.7.3.min', 'application', 'responsive') + tags = javascript_include_tag('jquery-2.2.4-ui-1.12.1-ujs-5.2.3', 'tribute-3.7.3.min', 'application', 'responsive') unless User.current.pref.warn_on_leaving_unsaved == '0' tags << "\n".html_safe + javascript_tag("$(window).on('load', function(){ warnLeavingUnsaved('#{escape_javascript l(:text_warn_on_leaving_unsaved)}'); });") end |