1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

Add jQuery Migrate (#33383).

git-svn-id: http://svn.redmine.org/redmine/trunk@20518 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2020-11-30 00:50:45 +00:00
parent 6d4414b1cb
commit 70aa40654d
2 changed files with 3 additions and 0 deletions

View File

@ -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',

File diff suppressed because one or more lines are too long