Skip to content

Instantly share code, notes, and snippets.

@moderatorwes
Created September 11, 2014 02:31
Show Gist options
  • Save moderatorwes/2ffb78b68f9934136837 to your computer and use it in GitHub Desktop.
Save moderatorwes/2ffb78b68f9934136837 to your computer and use it in GitHub Desktop.
Zendesk: Hide the Contribution Link from My Activities
// Hide the Contribution Link from My-Activities
$("nav.my-activities-nav").find('li:nth-child(2)').remove();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment