Skip to content

Instantly share code, notes, and snippets.

@moderatorwes
Created July 8, 2014 20:36
Show Gist options
  • Save moderatorwes/a6b62a070041bd5edf01 to your computer and use it in GitHub Desktop.
Save moderatorwes/a6b62a070041bd5edf01 to your computer and use it in GitHub Desktop.
Zendesk: Removing author from Search Pages
//remove author from Search Page
if ($(".search-result-meta").length > 0) {
$('.search-result-meta').hide();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment