Skip to content
Snippets Groups Projects
Commit 2651bedc authored by Helmut Hummel's avatar Helmut Hummel
Browse files

[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: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarHelmut Hummel <typo3@helhum.io>
Tested-by: default avatarHelmut Hummel <typo3@helhum.io>
parent bcabb702
No related merge requests found
......@@ -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>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment