Skip to content

Instantly share code, notes, and snippets.

@Pavracer
Last active November 3, 2017 21:04
Show Gist options
  • Save Pavracer/f76c5894580338d3c3ec478e4807b6f7 to your computer and use it in GitHub Desktop.
Save Pavracer/f76c5894580338d3c3ec478e4807b6f7 to your computer and use it in GitHub Desktop.
Remoove post logo link
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('.logo_container a').on("click", function (e) {
e.preventDefault();
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment