Lines 516-524
Link Here
|
516 |
</div> <!-- /.row --> |
516 |
</div> <!-- /.row --> |
517 |
|
517 |
|
518 |
[% MACRO jsinclude BLOCK %] |
518 |
[% MACRO jsinclude BLOCK %] |
519 |
[% Asset.js("lib/dayjs/dayjs.min.js") | $raw %] |
|
|
520 |
[% Asset.js("lib/dayjs/plugin/isSameOrAfter.js") | $raw %] |
519 |
[% Asset.js("lib/dayjs/plugin/isSameOrAfter.js") | $raw %] |
521 |
[% Asset.js("lib/dayjs/plugin/customParseFormat.js") | $raw %] |
|
|
522 |
<script>dayjs.extend(window.dayjs_plugin_isSameOrAfter)</script> |
520 |
<script>dayjs.extend(window.dayjs_plugin_isSameOrAfter)</script> |
523 |
<script>dayjs.extend(window.dayjs_plugin_customParseFormat)</script> |
521 |
<script>dayjs.extend(window.dayjs_plugin_customParseFormat)</script> |
524 |
[% INCLUDE 'calendar.inc' %] |
522 |
[% INCLUDE 'calendar.inc' %] |
525 |
- |
|
|