summaryrefslogtreecommitdiffstats
path: root/app/helpers
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-05-18 14:25:11 +0000
committerGo MAEDA <maeda@farend.jp>2020-05-18 14:25:11 +0000
commit09f6a5e53c416d90d03c6e111013b024d58e1052 (patch)
treea27934acaca8a163b6332fc43877b506e35ac02b /app/helpers
parenta4597c31d29689ba6ecb6bc65a52ef7edeaa7fd4 (diff)
downloadredmine-09f6a5e53c416d90d03c6e111013b024d58e1052.tar.gz
redmine-09f6a5e53c416d90d03c6e111013b024d58e1052.zip
Update Tribute to 5.1.3 (#33424).
git-svn-id: http://svn.redmine.org/redmine/trunk@19785 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/application_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index d36481459..bf55e05a5 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.12.1-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-5.1.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