Fix contest time bug

This commit is contained in:
cuom1999 2023-11-26 18:05:19 -06:00
parent 126ed83ee5
commit 09e01d620e
4 changed files with 9 additions and 7 deletions

View file

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