Skip to content

Commit

Permalink
enabling analytics for MSKKP
Browse files Browse the repository at this point in the history
  • Loading branch information
mariacos committed Mar 26, 2020
1 parent cafbbd5 commit 6995f01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions grails-app/views/layouts/t2dGenesCore.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
<g:applyLayout name="analyticsSleepPortal"/>
</g:renderT2dGenesSection>
</g:if>
<g:if test="${g.portalTypeString()?.equals('bone')}">
<g:renderT2dGenesSection>
<g:applyLayout name="analyticsMSKKP"/>
</g:renderT2dGenesSection>
</g:if>

<g:else>
<g:renderT2dGenesSection>
Expand Down

0 comments on commit 6995f01

Please sign in to comment.