Skip to content

Instantly share code, notes, and snippets.

@bretmorris
Created April 9, 2014 23:46
Show Gist options
  • Save bretmorris/10330846 to your computer and use it in GitHub Desktop.
Save bretmorris/10330846 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
var showName = location.pathname.replace('/tagged/', '');
$(document).ready(function() {
//-- Remove 'tagged' from URL
$('#' + showName).show();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment