X-Git-Url: https://git.mdrn.pl/turniej.git/blobdiff_plain/125970b77174df53c6f9d46b571ccfa726601f22..74ec2253e4f671358bd89ad08bac9092afa804e7:/apps/edition2/templates/edition2/base.html diff --git a/apps/edition2/templates/edition2/base.html b/apps/edition2/templates/edition2/base.html index 79113e2..b5d8c95 100644 --- a/apps/edition2/templates/edition2/base.html +++ b/apps/edition2/templates/edition2/base.html @@ -36,13 +36,13 @@ $(function () { $.ajax({url: 'http://wolnelektury.pl/zegar/', async: false, dataType: 'text', success: function(text) { - time = new Date(text); + time = new Date(text+" +1"); }, error: function(http, message, exc) { time = new Date(); }}); return time; } - var deadline = new Date(2013, 1, 16); + var deadline = new Date("2013/02/15 23:0:0 +0"); $('#countdown').countdown({ until: deadline, serverSync: serverTime