From 8f3a8c4dbad04588434165c5f4b31e89e22c73eb Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Wed, 20 Dec 2023 04:40:26 +0000 Subject: Update Rails UJS to 6.1.7.6 (#39875). git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22527 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index a1d989e25..2457422fc 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1730,7 +1730,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', -- cgit v1.2.3