diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2023-12-20 04:47:50 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2023-12-20 04:47:50 +0000 |
commit | 2bc89005ffd9fb435e91aabcda40de05f7e21b44 (patch) | |
tree | 85fe75366ecce97087540593f7d36ff23d697ca6 /app/helpers/application_helper.rb | |
parent | 3d6102c91e9b67beb6a928493fa20391130113b2 (diff) | |
download | redmine-2bc89005ffd9fb435e91aabcda40de05f7e21b44.tar.gz redmine-2bc89005ffd9fb435e91aabcda40de05f7e21b44.zip |
Merged r22527 from 5.1-stable to 5.0-stable (#39875).
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22528 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/helpers/application_helper.rb')
-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 61f62aeec..209796cf7 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.1-ui-1.13.2-ujs-6.1.7', + 'jquery-3.6.1-ui-1.13.2-ujs-6.1.7.6', 'tribute-5.1.3.min', 'tablesort-5.2.1.min.js', 'tablesort-5.2.1.number.min.js', |