diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-09-14 20:59:46 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-09-14 20:59:46 +0000 |
commit | bbfb09ba48b3665a5685e2e07b510452711156ad (patch) | |
tree | 5669e316e7b69da7ee741b0ddfa4465f0dde0695 /app | |
parent | f97e24398c89d6c216f44c512f204c7b8dd981e5 (diff) | |
download | redmine-bbfb09ba48b3665a5685e2e07b510452711156ad.tar.gz redmine-bbfb09ba48b3665a5685e2e07b510452711156ad.zip |
Merged r21811 and r21812 to 5.0-stable (#37647).
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21813 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/helpers/application_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 245a2249b..ef1cc2fc8 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1726,7 +1726,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.13.2-ujs-6.1.3.1', + 'jquery-3.6.1-ui-1.13.2-ujs-6.1.7', 'tribute-5.1.3.min', 'tablesort-5.2.1.min.js', 'tablesort-5.2.1.number.min.js', |