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
1 changed files with 7 additions and 1 deletions

View File

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