From 2651bedc7b326a115921b92d63e984fd57124bf4 Mon Sep 17 00:00:00 2001
From: Helmut Hummel <typo3@helhum.io>
Date: Tue, 1 Aug 2017 15:04:56 +0200
Subject: [PATCH] [BUGFIX] Fix path to jQuery chosen plugin in Install Tool

Related: #81951
Resolves: #82021
Releases: master
Change-Id: I74b89a74b81b8ae6df73c92552857ca4a5c021a8
Reviewed-on: https://review.typo3.org/53637
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Helmut Hummel <typo3@helhum.io>
Tested-by: Helmut Hummel <typo3@helhum.io>
---
 .../Resources/Private/Partials/Action/Common/Headers.html       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/install/Resources/Private/Partials/Action/Common/Headers.html b/typo3/sysext/install/Resources/Private/Partials/Action/Common/Headers.html
index e705e2b5c1a7..dd79f8d9b1f1 100644
--- a/typo3/sysext/install/Resources/Private/Partials/Action/Common/Headers.html
+++ b/typo3/sysext/install/Resources/Private/Partials/Action/Common/Headers.html
@@ -5,5 +5,5 @@
 <script type="text/javascript" src="{f:uri.resource(extensionName: 'Core', path: 'JavaScript/Contrib/jquery/jquery-3.2.1.min.js')}?{time}"></script>
 <script type="text/javascript" src="{f:uri.resource(extensionName: 'Backend', path: 'JavaScript/jquery.clearable.js')}?{time}"></script>
 <script type="text/javascript" src="{f:uri.resource(path: 'JavaScript/bootstrap.min.js')}?{time}"></script>
-<script type="text/javascript" src="{f:uri.resource(path: 'Images/typo3_orange.svg')}JavaScript/chosen.jquery.min.js?{time}"></script>
+<script type="text/javascript" src="{f:uri.resource(path: 'JavaScript/chosen.jquery.min.js')}?{time}"></script>
 <script type="text/javascript" src="{f:uri.resource(path: 'JavaScript/Install.js')}?{time}"></script>
-- 
GitLab