highlight js events-reminder on birthday events

This commit is contained in:
friendica 2012-06-27 13:49:35 +10:00
parent b02c733967
commit fa2a8fa9bd

View file

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