Created
March 1, 2011 16:41
-
-
Save skipjac/849418 to your computer and use it in GitHub Desktop.
This widget will hide the registration links in Zendesk on the login 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
| $j('#top-right a:contains(sign up)').hide(); | |
| if (window.location.href.indexOf('access') >= 0) { | |
| $j('h2:contains(New to Sutoka)').parent().hide(); | |
| $j('h2:contains(No password)').parent().hide(); | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you need to replace the "New to Sutoka" with the text for your helpdesk