diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-06-28 09:07:12 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-06-28 09:07:12 +0000 |
commit | 3834b3d2ef2b7ceab8942e95b66e5a3cae63dce7 (patch) | |
tree | ad5752548149fc4ab74d482063a85cf3d0735a88 /app/helpers | |
parent | 818e3fe01d55f0545cd6e3c6e1c0b82be89196c0 (diff) | |
download | redmine-3834b3d2ef2b7ceab8942e95b66e5a3cae63dce7.tar.gz redmine-3834b3d2ef2b7ceab8942e95b66e5a3cae63dce7.zip |
Upgrade jquery_ujs from 3.1.1 to 3.1.3.
git-svn-id: http://svn.redmine.org/redmine/trunk@14381 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 688e3d235..cb456f13d 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1265,7 +1265,7 @@ module ApplicationHelper # Returns the javascript tags that are included in the html layout head def javascript_heads - tags = javascript_include_tag('jquery-1.11.1-ui-1.11.0-ujs-3.1.1', 'application') + tags = javascript_include_tag('jquery-1.11.1-ui-1.11.0-ujs-3.1.3', 'application') unless User.current.pref.warn_on_leaving_unsaved == '0' tags << "\n".html_safe + javascript_tag("$(window).load(function(){ warnLeavingUnsaved('#{escape_javascript l(:text_warn_on_leaving_unsaved)}'); });") end |