mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-10 19:23:06 +00:00
Merged r21647 to 5.0-stable (#37256).
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21650 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
b489758fd9
commit
fd8d8ba18c
@ -1725,7 +1725,7 @@ module ApplicationHelper
|
||||
# Returns the javascript tags that are included in the html layout head
|
||||
def javascript_heads
|
||||
tags = javascript_include_tag(
|
||||
'jquery-3.6.0-ui-1.12.1-ujs-6.1.3.1',
|
||||
'jquery-3.6.0-ui-1.13.1-ujs-6.1.3.1',
|
||||
'tribute-5.1.3.min',
|
||||
'tablesort-5.2.1.min.js',
|
||||
'tablesort-5.2.1.number.min.js',
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
<meta name="keywords" content="issue,bug,tracker" />
|
||||
<%= csrf_meta_tag %>
|
||||
<%= favicon %>
|
||||
<%= stylesheet_link_tag 'jquery/jquery-ui-1.12.1', 'tribute-5.1.3', 'application', 'responsive', :media => 'all' %>
|
||||
<%= stylesheet_link_tag 'jquery/jquery-ui-1.13.1', 'tribute-5.1.3', 'application', 'responsive', :media => 'all' %>
|
||||
<%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %>
|
||||
<%= javascript_heads %>
|
||||
<%= heads_for_theme %>
|
||||
|
||||
File diff suppressed because one or more lines are too long
757
public/javascripts/jquery-3.6.0-ui-1.13.1-ujs-6.1.3.1.js
Normal file
757
public/javascripts/jquery-3.6.0-ui-1.13.1-ujs-6.1.3.1.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
7
public/stylesheets/jquery/jquery-ui-1.13.1.css
vendored
Normal file
7
public/stylesheets/jquery/jquery-ui-1.13.1.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user