Skip to content

Instantly share code, notes, and snippets.

@DeskWOW
Created April 27, 2014 21:08
Show Gist options
  • Save DeskWOW/11355769 to your computer and use it in GitHub Desktop.
Save DeskWOW/11355769 to your computer and use it in GitHub Desktop.
JavaScript to redirect back to the support center home page. Can be pasted into any page, such as the Email (Submitted) page.
<script>window.location = '{{ desk.system.links.home }}';</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment