Add a page to manage chrono
This commit is contained in:
parent
8e7d652688
commit
99a4edb33f
8 changed files with 63 additions and 26 deletions
|
|
@ -11,7 +11,9 @@
|
|||
{block name=end}
|
||||
<script src="/js/countdown.js"></script>
|
||||
<script type="text/javascript">
|
||||
{if isset($END)}
|
||||
var end_challenge = new Date({$END * 1000});
|
||||
{/if}
|
||||
update_end();
|
||||
</script>
|
||||
{/block}
|
||||
|
|
|
|||
Reference in a new issue