have no idea why the if/endif macro block was getting printed and not processed.
This commit is contained in:
parent
fa2a8fa9bd
commit
f995a11641
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue