diff options
author | Go MAEDA <maeda@farend.jp> | 2020-11-30 00:50:45 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-11-30 00:50:45 +0000 |
commit | 70aa40654d2b5fa3cb79b96dbf67cae71bd06323 (patch) | |
tree | fcd9b59f72866b933cb816f4f46b8ee057220032 /app | |
parent | 6d4414b1cb5ed005645fa7552eb9ef708b53de41 (diff) | |
download | redmine-70aa40654d2b5fa3cb79b96dbf67cae71bd06323.tar.gz redmine-70aa40654d2b5fa3cb79b96dbf67cae71bd06323.zip |
Add jQuery Migrate (#33383).
git-svn-id: http://svn.redmine.org/redmine/trunk@20518 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/helpers/application_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index afbe528c7..38cd405ae 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1648,6 +1648,7 @@ module ApplicationHelper def javascript_heads tags = javascript_include_tag( 'jquery-3.5.1-ui-1.12.1-ujs-5.2.3', + 'jquery-migrate-3.3.2.min.js', 'tribute-5.1.3.min', 'tablesort-5.2.1.min.js', 'tablesort-5.2.1.number.min.js', |