From 214e3938c1cf71822f4bf8adc3a5e7851bb301b2 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Mon, 20 Nov 2023 19:19:57 -0800 Subject: [PATCH] Add JSP comments. --- .../src/main/webapp/WEB-INF/views/reactInclude.jsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wise-webapp/src/main/webapp/WEB-INF/views/reactInclude.jsp b/wise-webapp/src/main/webapp/WEB-INF/views/reactInclude.jsp index 3a3849fb..272f2c2d 100644 --- a/wise-webapp/src/main/webapp/WEB-INF/views/reactInclude.jsp +++ b/wise-webapp/src/main/webapp/WEB-INF/views/reactInclude.jsp @@ -24,15 +24,15 @@ googleOauth2Url: '${requestScope['security.oauth2.google.url']}' }; - + <%-- Hack to force view selection on react to move all the UI to react --%> window.errorMvcView = '${requestScope['exception']!=null?(fn:indexOf(requestScope['exception'],'SecurityException') gt 1?'securityError':'unexpectedError'):''}'; - + */ - + <%-- Google Ads Sense Config. Lazy loading optimization --%>