diff --git a/portal/src/main/webapp/WEB-INF/jsp/global/frontend_config.jsp b/portal/src/main/webapp/WEB-INF/jsp/global/frontend_config.jsp index 0d20e91ebde..59e5a748c22 100644 --- a/portal/src/main/webapp/WEB-INF/jsp/global/frontend_config.jsp +++ b/portal/src/main/webapp/WEB-INF/jsp/global/frontend_config.jsp @@ -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()%>',