Skip to content

Commit 5c7d2e2

Browse files
committed
Merge branch 'hao/LF2974/minor-update' into 'gh-pages'
Hao/lf2974/minor update See merge request lfor/loinc-mapping-validator!3
2 parents dbd26bf + 51cdd19 commit 5c7d2e2

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This log documents the significant changes for each release.
44
This project follows [Semantic Versioning](http://semver.org/).
55

6+
## [0.0.4-gh-pages.4] - 2024-04-11
7+
### Fixed
8+
- loadSharedNavLinks.js link from lforms-app.
9+
610
## [0.0.4-gh-pages.3] - 2024-04-01
711
### Changed
812
- Use shared navigation links from lforms-app.

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<!-- end page header -->
6161

6262
<div id="sharedNavLinks"></div>
63-
<script src="https://lhcforms.nlm.nih.gov/shared/loadSharedNavLinks.min.js"></script>
63+
<script src="https://lhcforms.nlm.nih.gov/shared/loadSharedNavLinks.js"></script>
6464

6565
<div class="page-content">
6666
<h2 style="text-align: center">The LOINC Mapping Validator</h2>

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loinc-mapping-validator",
3-
"version": "0.0.4-gh-pages.3",
3+
"version": "0.0.4-gh-pages.4",
44
"description": "A web-based tool for checking whether a LOINC mapping is appropriate",
55
"main": "app.js",
66
"scripts": {

0 commit comments

Comments
 (0)