diff options
Diffstat (limited to 'view/theme/slackr/birthdays_reminder.tpl')
-rw-r--r-- | view/theme/slackr/birthdays_reminder.tpl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/view/theme/slackr/birthdays_reminder.tpl b/view/theme/slackr/birthdays_reminder.tpl index 4a691dea3..1dc65295a 100644 --- a/view/theme/slackr/birthdays_reminder.tpl +++ b/view/theme/slackr/birthdays_reminder.tpl @@ -1,5 +1,8 @@ +{{ if $classtoday }} <script> - $(document).ready(function() { + $(document).ready(function() $lbr $('#events-reminder').addClass($.trim('$classtoday')); - }); + $rbr); </script> +{{ endif }} + |