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