aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/comments/api/frontends/count-link/instantiate.js
blob: 9329ca686bb0fbae10c86bca5bc06984eca49a8f (plain)
1
2
3
4
// Instantiate after the DOM is parsed (instantiate.js)
HashOverCountLink.onReady (function () {
	window.hashoverCountLink = new HashOverCountLink ();
});