Correct the path to the select2 library in the testpage overlay (#2505)

* Correct the path to the select2 library in the testpage overlay

* Add changelog
This commit is contained in:
James Agnew 2021-03-25 10:52:15 -04:00 committed by GitHub
parent 0aadcbdae7
commit 8352bc9c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
type: fix
issue: 2505
title: "An incorrect path caused the select2 library to fail to load in the HAPI FHIR testpage overlay
modue. Thanks to Ari Ruotsalainen for reporting!"

View File

@ -31,8 +31,8 @@
<script th:src="@{/resources/moment/min/moment-with-locales.min.js}"></script>
<link th:href="@{/resources/Eonasdan-bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css}" rel="stylesheet" />
<script th:src="@{/resources/Eonasdan-bootstrap-datetimepicker/js/bootstrap-datetimepicker.js}"></script>
<link th:href="@{/resources/select2/dist/css/select2.css}" rel="stylesheet"/>
<script th:src="@{/resources/select2/dist/js/select2.min.js}"></script>
<link th:href="@{/resources/select2/css/select2.css}" rel="stylesheet"/>
<script th:src="@{/resources/select2/js/select2.min.js}"></script>
<script src="js/RestfulTester.js" type="text/javascript"></script>