From 6ec69aaa05fe31e64b1a2b55e4637b93ead1c5d1 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Thu, 16 Jun 2022 21:48:11 +0000 Subject: Update jQuery UI to 1.31.1 (#37256). Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21647 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/helpers') diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 0f3b763a1..1a8402020 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.12.1-ujs-6.1.3.1', + 'jquery-3.6.0-ui-1.13.1-ujs-6.1.3.1', 'tribute-5.1.3.min', 'tablesort-5.2.1.min.js', 'tablesort-5.2.1.number.min.js', -- cgit v1.2.3