mirror of
https://github.com/friendica/friendica
synced 2024-11-15 05:33:53 +00:00
14 lines
261 B
Smarty
14 lines
261 B
Smarty
|
{{*
|
||
|
* AUTOMATICALLY GENERATED TEMPLATE
|
||
|
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
||
|
*
|
||
|
*}}
|
||
|
{{if $classtoday}}
|
||
|
<script>
|
||
|
$(document).ready(function() {{$lbr}}
|
||
|
$('#events-reminder').addClass($.trim('{{$classtoday}}'));
|
||
|
{{$rbr}});
|
||
|
</script>
|
||
|
{{/if}}
|
||
|
|