Add JSP comments.

This commit is contained in:
Paulo Gustavo Veiga 2023-11-20 19:19:57 -08:00
parent f49ae37866
commit 214e3938c1

View File

@ -24,15 +24,15 @@
googleOauth2Url: '${requestScope['security.oauth2.google.url']}' googleOauth2Url: '${requestScope['security.oauth2.google.url']}'
}; };
<!-- Hack to force view selection on react to move all the UI to react--> <%-- 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'):''}'; window.errorMvcView = '${requestScope['exception']!=null?(fn:indexOf(requestScope['exception'],'SecurityException') gt 1?'securityError':'unexpectedError'):''}';
<!-- /*
${requestScope['exception']} ${requestScope['exception']}
--> */
</script> </script>
<c:if test="${requestScope['google.analytics.enabled']}"> <c:if test="${requestScope['google.analytics.enabled']}">
<!-- Google Ads Sense Config. Lazy loading optimization --> <%-- Google Ads Sense Config. Lazy loading optimization --%>
<script type="text/javascript"> <script type="text/javascript">
function downloadJsAtOnload() { function downloadJsAtOnload() {
setTimeout(function downloadJs() { setTimeout(function downloadJs() {