x x x
x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


HTML
<script>
constlet isAdmin = (new URLSearchParams(window.location.search)).get('admin');
if(isAdmin = isAdmin ? isAdmin !== 'true' : false;
if(!isAdmin){
 	window.location.href = "/display/MSTUT/Tutorials";
}
</script>

...