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