mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-23 06:27: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']}'
|
||||
};
|
||||
|
||||
<!-- 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() {
|
||||
|
Loading…
Reference in New Issue
Block a user