Merge branch 'hotfix/headerSysUserSessionCall'
Showing
1 changed file
with
6 additions
and
1 deletions
@@ -268,6 +268,11 @@ | @@ -268,6 +268,11 @@ | ||
268 | </script> | 268 | </script> |
269 | </div> | 269 | </div> |
270 | <input id="api-domain" type="hidden" value="{{apiDomain}}"> | 270 | <input id="api-domain" type="hidden" value="{{apiDomain}}"> |
271 | -<script src="{{sysUserSession}}"></script> | 271 | +<script type="text/javascript"> |
272 | +if (typeof call === 'undefined' || typeof call !== 'function') { | ||
273 | + function call() {} | ||
274 | +} | ||
275 | +</script> | ||
276 | +<script async src="{{sysUserSession}}"></script> | ||
272 | {{/headerdata}} | 277 | {{/headerdata}} |
273 | 278 |
-
Please register or login to post a comment