From: Radek Czajka Date: Fri, 4 Jan 2013 16:35:05 +0000 (+0100) Subject: timer X-Git-Url: https://git.mdrn.pl/turniej.git/commitdiff_plain/74ec2253e4f671358bd89ad08bac9092afa804e7 timer --- diff --git a/apps/edition2/templates/edition2/base.html b/apps/edition2/templates/edition2/base.html index eac713a..b5d8c95 100644 --- a/apps/edition2/templates/edition2/base.html +++ b/apps/edition2/templates/edition2/base.html @@ -42,7 +42,7 @@ $(function () { }}); return time; } - var deadline = new Date("2013/02/16 0:0:0 +1"); + var deadline = new Date("2013/02/15 23:0:0 +0"); $('#countdown').countdown({ until: deadline, serverSync: serverTime