Skip to content

Instantly share code, notes, and snippets.

@jsmayo
Forked from jacebenson/internal_catalog.do.xml
Created November 26, 2018 16:39
Show Gist options
  • Save jsmayo/949f643b228f9384922e01389d1a03ae to your computer and use it in GitHub Desktop.
Save jsmayo/949f643b228f9384922e01389d1a03ae 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