diff options
-rw-r--r-- | view/theme/slackr/birthdays_reminder.tpl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/view/theme/slackr/birthdays_reminder.tpl b/view/theme/slackr/birthdays_reminder.tpl index 8b1378917..3f07b262d 100644 --- a/view/theme/slackr/birthdays_reminder.tpl +++ b/view/theme/slackr/birthdays_reminder.tpl @@ -1 +1,7 @@ - +{{ if $classtoday }} +<script> + $(document).ready(function() { + $('#events-reminder').addClass($.trim('$classtoday')); + }); +</script> +{{ endif }} |