Created
July 8, 2014 20:36
-
-
Save moderatorwes/a6b62a070041bd5edf01 to your computer and use it in GitHub Desktop.
Zendesk: Removing author from Search Pages
This file contains 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
//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