Versions Compared

Key

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

...

HTML
<script type="text/javascript">
 window.location.href = '/display/IH/Authenticated+Home+Page';   
AJS.toInit(function(){
	if (AJS.params.remoteUser == ''){
		 window.location.href = '/display/IH/Authenticated+Home+Page';      
	} else {
		window.location.href = '/display/IH/Authenticated+Home+Page';      
});
</script>