增加倒计时 js 打包

This commit is contained in:
virusdefender
2015-10-08 11:22:27 +08:00
parent 85ab5adfe6
commit 163ae0ae53
4 changed files with 61 additions and 58 deletions

View File

@@ -41,5 +41,5 @@
<span class="time">%s</span> : <span>%ts</span>
</div>
</script>
<script src="/static/js/app/oj/contest/contestCountdown.js" defer="defer"></script>
<script src="/static/js/app/oj/contest/contestCountdown.js"></script>
{% endblock %}

View File

@@ -59,5 +59,5 @@
</div>
</script>
<script src="/static/js/app/oj/contest/contestPassword.js"></script>
<script src="/static/js/app/oj/contest/contestCountdown.js" defer="defer"></script>
<script src="/static/js/app/oj/contest/contestCountdown.js"></script>
{% endblock %}