From dd5d60da142144923803febb4a105ad9648b6193 Mon Sep 17 00:00:00 2001 From: Gaofei Zhao <15748980+dippindots@users.noreply.github.com> Date: Tue, 12 Sep 2023 18:43:14 +0000 Subject: [PATCH] Fix broken global parameter --- portal/src/main/webapp/WEB-INF/jsp/global/frontend_config.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()%>',