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 similarity index 100% rename from public/javascripts/jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js rename to public/javascripts/jquery-2.2.4-ui-1.11.0-ujs-5.2.4.5.js