diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-09-14 20:49:41 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-09-14 20:49:41 +0000 |
commit | 91e2efb6a92b3414556db4cb5955f7833f7a6fb8 (patch) | |
tree | 716ce47167f758db1ebc5f059035f68ce38641fc /app/helpers/application_helper.rb | |
parent | f4921cb55dc4ec25794c3e05b0020eca9194e9a2 (diff) | |
download | redmine-91e2efb6a92b3414556db4cb5955f7833f7a6fb8.tar.gz redmine-91e2efb6a92b3414556db4cb5955f7833f7a6fb8.zip |
Update Rails UJS to 6.1.7 (#37647).
git-svn-id: https://svn.redmine.org/redmine/trunk@21812 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 7dc0cf0b2..70634f6ab 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1728,7 +1728,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.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', |