aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/slackr/birthdays_reminder.tpl
blob: 4a691dea3f574ff45e15fd8fce5938697b51c38e (plain) (blame)
1
2
3
4
5
<script>
	$(document).ready(function() {
		$('#events-reminder').addClass($.trim('$classtoday'));
	});
</script>