]> git.mxchange.org Git - friendica.git/commitdiff
have no idea why the if/endif macro block was getting printed and not processed.
authorfriendica <info@friendica.com>
Wed, 27 Jun 2012 04:35:03 +0000 (21:35 -0700)
committerfriendica <info@friendica.com>
Wed, 27 Jun 2012 04:35:03 +0000 (21:35 -0700)
view/theme/slackr/birthdays_reminder.tpl

index 3f07b262d6803cb8606b2afe58804446b95a3f5d..4a691dea3f574ff45e15fd8fce5938697b51c38e 100644 (file)
@@ -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>