aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/slackr/birthdays_reminder.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/slackr/birthdays_reminder.tpl')
-rw-r--r--view/theme/slackr/birthdays_reminder.tpl10
1 files changed, 4 insertions, 6 deletions
diff --git a/view/theme/slackr/birthdays_reminder.tpl b/view/theme/slackr/birthdays_reminder.tpl
index 3f07b262d..4a691dea3 100644
--- a/view/theme/slackr/birthdays_reminder.tpl
+++ b/view/theme/slackr/birthdays_reminder.tpl
@@ -1,7 +1,5 @@
-{{ if $classtoday }}
<script>
- $(document).ready(function() {
- $('#events-reminder').addClass($.trim('$classtoday'));
- });
-</script>
-{{ endif }}
+ $(document).ready(function() {
+ $('#events-reminder').addClass($.trim('$classtoday'));
+ });
+</script>