From f7ebb0d9aaa09dde4f25267093c7a999f7dcba38 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 15 Mar 2021 13:30:41 +0000 Subject: [PATCH] Update JavaScript filename (#33906). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20791 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/helpers/application_helper.rb | 2 +- ....12.1-ujs-5.2.3.js => jquery-3.5.1-ui-1.12.1-ujs-5.2.4.5.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename public/javascripts/{jquery-3.5.1-ui-1.12.1-ujs-5.2.3.js => jquery-3.5.1-ui-1.12.1-ujs-5.2.4.5.js} (100%) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index deb977b4f..5163ea181 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1702,7 +1702,7 @@ module ApplicationHelper # Returns the javascript tags that are included in the html layout head def javascript_heads tags = javascript_include_tag( - 'jquery-3.5.1-ui-1.12.1-ujs-5.2.3', + 'jquery-3.5.1-ui-1.12.1-ujs-5.2.4.5', 'jquery-migrate-3.3.2.min.js', 'tribute-5.1.3.min', 'tablesort-5.2.1.min.js', diff --git a/public/javascripts/jquery-3.5.1-ui-1.12.1-ujs-5.2.3.js b/public/javascripts/jquery-3.5.1-ui-1.12.1-ujs-5.2.4.5.js similarity index 100% rename from public/javascripts/jquery-3.5.1-ui-1.12.1-ujs-5.2.3.js rename to public/javascripts/jquery-3.5.1-ui-1.12.1-ujs-5.2.4.5.js -- 2.39.5