Skip to content

Instantly share code, notes, and snippets.

@joe0402
Created October 19, 2018 13:09
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 joe0402/70493818bec0f3e90380405a6d5ac3cb to your computer and use it in GitHub Desktop.
Save joe0402/70493818bec0f3e90380405a6d5ac3cb to your computer and use it in GitHub Desktop.
<script src="//code.jquery.com/jquery-3.0.0.slim.min.js"></script>
<script>
$(document).ready(function () {
$('.gist-meta').hide();
$('.gist-file').css('border-bottom', 'none');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment