From: friendica Date: Wed, 27 Jun 2012 04:35:03 +0000 (-0700) Subject: have no idea why the if/endif macro block was getting printed and not processed. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f995a11641a47f1351eca1fc5447ec64a9f0a2c8;p=friendica.git have no idea why the if/endif macro block was getting printed and not processed. --- diff --git a/view/theme/slackr/birthdays_reminder.tpl b/view/theme/slackr/birthdays_reminder.tpl index 3f07b262d6..4a691dea3f 100644 --- a/view/theme/slackr/birthdays_reminder.tpl +++ b/view/theme/slackr/birthdays_reminder.tpl @@ -1,7 +1,5 @@ -{{ if $classtoday }} -{{ endif }} + $(document).ready(function() { + $('#events-reminder').addClass($.trim('$classtoday')); + }); +