Skip to content

Instantly share code, notes, and snippets.

@jacebenson
Created September 22, 2017 03:33
Show Gist options
  • Save jacebenson/043044bd9aaf4adfffb0eaf0ede4e064 to your computer and use it in GitHub Desktop.
Save jacebenson/043044bd9aaf4adfffb0eaf0ede4e064 to your computer and use it in GitHub Desktop.
UI Page to redirect to new Service Portal
<?xml version="1.0" encoding="utf-8" ?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
<script>
window.location.href = '/cms'
</script>
</j:jelly>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment