]> git.mxchange.org Git - friendica.git/commitdiff
highlight js events-reminder on birthday events
authorfriendica <info@friendica.com>
Wed, 27 Jun 2012 03:49:35 +0000 (13:49 +1000)
committerfriendica <info@friendica.com>
Wed, 27 Jun 2012 03:49:35 +0000 (13:49 +1000)
view/theme/slackr/birthdays_reminder.tpl

index 8b137891791fe96927ad78e64b0aad7bded08bdc..3f07b262d6803cb8606b2afe58804446b95a3f5d 100644 (file)
@@ -1 +1,7 @@
-
+{{ if $classtoday }}
+<script>
+    $(document).ready(function() {
+        $('#events-reminder').addClass($.trim('$classtoday'));
+    });
+</script>      
+{{ endif }}