x
x
x
x
Only portrait mode is currently supported - please rotate your device.
...
HTML |
---|
<script>
let params = new URLSearchParams(window.location.search);
let companyName = params.get('username');
if(companyName == null){
companyName = AJS.params.remoteUser
}
let iframeLoadCounter = 0;
</script> |
...
OneValley