diff options
author | friendica <info@friendica.com> | 2012-06-26 21:35:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-26 21:35:03 -0700 |
commit | f995a11641a47f1351eca1fc5447ec64a9f0a2c8 (patch) | |
tree | 376201ba09319ec762d934603df82ac938abbf1b /view/theme/slackr/birthdays_reminder.tpl | |
parent | fa2a8fa9bd9ffbf8b7615f79e39c87b449c9c27d (diff) | |
download | volse-hubzilla-f995a11641a47f1351eca1fc5447ec64a9f0a2c8.tar.gz volse-hubzilla-f995a11641a47f1351eca1fc5447ec64a9f0a2c8.tar.bz2 volse-hubzilla-f995a11641a47f1351eca1fc5447ec64a9f0a2c8.zip |
have no idea why the if/endif macro block was getting printed and not processed.
Diffstat (limited to 'view/theme/slackr/birthdays_reminder.tpl')
-rw-r--r-- | view/theme/slackr/birthdays_reminder.tpl | 10 |
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> |