Created
April 27, 2014 21:08
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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