mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-23 14:37:56 +01:00
Add JSP comments.
This commit is contained in:
parent
f49ae37866
commit
214e3938c1
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user