Add JSP comments.

This commit is contained in:
Paulo Gustavo Veiga 2023-11-20 19:19:57 -08:00
parent f49ae37866
commit 214e3938c1
1 changed files with 4 additions and 4 deletions

View File

@ -24,15 +24,15 @@
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'):''}';
<!--
/*
${requestScope['exception']}
-->
*/
</script>
<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">
function downloadJsAtOnload() {
setTimeout(function downloadJs() {