Skip to content

Commit ed10d47

Browse files
committed
Create participant.html
1 parent 081d891 commit ed10d47

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
<script nonce="<%=scriptNonce%>">
3+
const id = LABKEY.ActionURL.getParameter("participantId");
4+
const url = LABKEY.ActionURL.buildURL("ehr", "participantView", null, {participantId: id})
5+
window.location.href = url;
6+
</script>

0 commit comments

Comments
 (0)