aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/comments/frontend/gettitle.js
blob: 1c2e905965d1d5808bfea010373cd99eb105d8fa (plain)
1
2
3
4
5
// Get the page title (gettitle.js)
HashOverConstructor.getTitle = function ()
{
	return document.title;
};