1
0
Fork 0

insidious little parsing bug

This commit is contained in:
friendica 2012-06-26 22:32:07 -07:00
commit eb3bbd9081
2 changed files with 8 additions and 2 deletions

View file

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