@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user