Skip to content

Commit

Permalink
Merge pull request #10381 from cBioPortal/demo-cis-fix
Browse files Browse the repository at this point in the history
(JSP) Fix broken global parameter
  • Loading branch information
dippindots authored Sep 13, 2023
2 parents a15f25d + dd5d60d commit a62e81e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ window.legacySupportFrontendConfig = {
skinRightNavShowExamples : <%=GlobalProperties.showRightNavExamples()%>,
skinRightNavShowTestimonials : <%=GlobalProperties.showRightNavTestimonials()%>,
skinRightNavShowWhatsNew : <%=GlobalProperties.showRightNavWhatsNew()%>,
skinRightNavShowWebTours: <%=GlobalProperties.showRightNavInteractiveTour()%>,
skinRightNavShowWebTours: <%=GlobalProperties.showRightNavWebTours()%>,
skinRightNavExamplesHTML : '<%=GlobalProperties.getExamplesRightColumnHtml()%>',
skinRightNavExamplesHTML : '<%=GlobalProperties.getExamplesRightColumnHtml()%>',
skinRightNavWhatsNewBlurb : '<%=GlobalProperties.getRightNavWhatsNewBlurb()%>',
Expand Down

0 comments on commit a62e81e

Please sign in to comment.