diff options
author | Go MAEDA <maeda@farend.jp> | 2021-03-15 14:31:16 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-03-15 14:31:16 +0000 |
commit | 8d80a5566c3305e1df01a6cee7fa123010f98886 (patch) | |
tree | d610cef2d98503723f1ede20857c66e71798f1ba | |
parent | 16e60a43959d739309ed4ae4134c2af5365e4a07 (diff) | |
download | redmine-8d80a5566c3305e1df01a6cee7fa123010f98886.tar.gz redmine-8d80a5566c3305e1df01a6cee7fa123010f98886.zip |
Update JavaScript filename for 4.1-stable (#33906).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@20795 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/helpers/application_helper.rb | 2 | ||||
-rw-r--r-- | public/javascripts/jquery-2.2.4-ui-1.11.0-ujs-5.2.4.5.js (renamed from public/javascripts/jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index e8284a06e..b5eb707aa 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1596,7 +1596,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.11.0-ujs-5.2.4.5', '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 diff --git a/public/javascripts/jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js b/public/javascripts/jquery-2.2.4-ui-1.11.0-ujs-5.2.4.5.js index 0875a3cf0..0875a3cf0 100644 --- a/public/javascripts/jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js +++ b/public/javascripts/jquery-2.2.4-ui-1.11.0-ujs-5.2.4.5.js |