aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-26 21:35:03 -0700
committerfriendica <info@friendica.com>2012-06-26 21:35:03 -0700
commitf995a11641a47f1351eca1fc5447ec64a9f0a2c8 (patch)
tree376201ba09319ec762d934603df82ac938abbf1b /view
parentfa2a8fa9bd9ffbf8b7615f79e39c87b449c9c27d (diff)
downloadvolse-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')
-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>