Display profile now works

wrapping up #2
This commit is contained in:
2021-01-07 22:49:10 -05:00
parent ef12da01dc
commit 4f1c7b782a
18 changed files with 192 additions and 31 deletions

View File

@@ -35,6 +35,14 @@
document.getElementById(audio).play()
}
}
/**
* Set the title of the document. (called by PageTitle component)
*
* @param theTitle The title to be set
*/
function setPageTitle(theTitle) {
document.title = theTitle
}
</script>
</body>