Skip to content

Instantly share code, notes, and snippets.

@mattmetten
Created August 18, 2015 16:45
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 mattmetten/0436bb576d4ffdf0a6d4 to your computer and use it in GitHub Desktop.
Save mattmetten/0436bb576d4ffdf0a6d4 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
$j(document).ready(function() {
document.title = 'Category: ${current.category.getDisplayValue()}, Name: ${current.name.getDisplayValue()}';
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment