1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 11:37:14 +00:00

Remove hardcoded version of rails-ujs and include the one provided by the asset pipeline (#39111).

git-svn-id: https://svn.redmine.org/redmine/trunk@22629 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2024-01-25 05:44:07 +00:00
parent 88a8234513
commit 308e1c522f
2 changed files with 2 additions and 633 deletions

View File

@ -1730,7 +1730,8 @@ module ApplicationHelper
# Returns the javascript tags that are included in the html layout head
def javascript_heads
tags = javascript_include_tag(
'jquery-3.6.1-ui-1.13.2-ujs-7.1.2',
'jquery-3.6.1-ui-1.13.2',
'rails-ujs',
'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