mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 19:47:14 +00:00
git-svn-id: https://svn.redmine.org/redmine/trunk@22887 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
5a96997f6a
commit
2706019f09
File diff suppressed because one or more lines are too long
8
app/assets/javascripts/jquery-3.7.1-ui-1.13.3.js
Normal file
8
app/assets/javascripts/jquery-3.7.1-ui-1.13.3.js
Normal file
File diff suppressed because one or more lines are too long
@ -1741,13 +1741,14 @@ 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',
|
||||
'jquery-3.7.1-ui-1.13.3',
|
||||
'rails-ujs',
|
||||
'tribute-5.1.3.min',
|
||||
'tablesort-5.2.1.min.js',
|
||||
'tablesort-5.2.1.number.min.js',
|
||||
'application',
|
||||
'responsive')
|
||||
'responsive'
|
||||
)
|
||||
unless User.current.pref.warn_on_leaving_unsaved == '0'
|
||||
warn_text = escape_javascript(l(:text_warn_on_leaving_unsaved))
|
||||
tags <<
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user