x
x
x
x
Only portrait mode is currently supported - please rotate your device.
HTML |
---|
<script>
let getAdmin = (new URLSearchParams(window.location.search)).get('admin');
getAdmin = getAdmin ? getAdmin == 'true' : false;
if(!getAdmin){
window.location.href = "/display/MSTUT/Tutorials";
}
</script> |
OneValley