Skip to content

Commit 2eb9d59

Browse files
Merge branch 'develop' into fb_fileLike3
2 parents 8896f07 + 1b6e551 commit 2eb9d59

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)