Skip to content

Instantly share code, notes, and snippets.

@OlafD
Created May 15, 2019 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OlafD/2a2b84a1db74416af155d72473bd7122 to your computer and use it in GitHub Desktop.
Save OlafD/2a2b84a1db74416af155d72473bd7122 to your computer and use it in GitHub Desktop.
Hide Number of Responses in a survey overview.
<script type="text/javascript">
$( document ).ready(function() {
$("#overview04").parent().hide();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment