Fix contest time bug
This commit is contained in:
parent
126ed83ee5
commit
09e01d620e
4 changed files with 9 additions and 7 deletions
7
templates/contest/contest-datetime-js.html
Normal file
7
templates/contest/contest-datetime-js.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<script type="text/javascript">
|
||||
$(document).ready(function () {
|
||||
$('.time-remaining').each(function () {
|
||||
count_down($(this));
|
||||
});
|
||||
});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue