diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-10-09 07:05:09 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-10-09 07:05:09 +0000 |
commit | 02e598e23254e61132f92f815582539394512b8f (patch) | |
tree | baf9627a54cc647156cfbd31a3cec8bfa74783de /app/helpers | |
parent | 8369b6b13333e4dde69eddbb4a1fe8b9caa2755c (diff) | |
download | redmine-02e598e23254e61132f92f815582539394512b8f.tar.gz redmine-02e598e23254e61132f92f815582539394512b8f.zip |
Updgrade to jquery-rails 3.1.4 (#20380).
git-svn-id: http://svn.redmine.org/redmine/trunk@14654 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 096363a35..4bf9e15c8 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.3', 'application') + tags = javascript_include_tag('jquery-1.11.1-ui-1.11.0-ujs-3.1.4', '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 |