aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/comments/frontend/instantiate.js
blob: 15044cdf8b96fea20ab977ed578ab728fe7e46e9 (plain)
1
2
3
4
// Instantiate after the DOM is parsed
HashOver.onReady (function () {
	window.hashover = new HashOver ();
});