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/3b2ea34e0fc01c2a1363 to your computer and use it in GitHub Desktop.
Save mattmetten/3b2ea34e0fc01c2a1363 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
$j(document).ready(function() {
document.title = 'Topic: ${current.topic.getDisplayValue()},
Category: ${current.category.getDisplayValue()},
Title: ${current.short_description.getDisplayValue()} - KB Number: ${current.number.getDisplayValue()}';
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment