NDOJ/templates/contest/contest-datetime-js.html
2023-11-26 18:05:19 -06:00

7 lines
No EOL
166 B
HTML

<script type="text/javascript">
$(document).ready(function () {
$('.time-remaining').each(function () {
count_down($(this));
});
});
</script>