X-Git-Url: https://git.mdrn.pl/turniej.git/blobdiff_plain/0c223cab242a921e099ac330c5a7a2e57ca314e2..c502401d99619b3ab11fb3b4d4bede41f072315a:/apps/edition2/templates/edition2/base.html diff --git a/apps/edition2/templates/edition2/base.html b/apps/edition2/templates/edition2/base.html index d33f109..eac713a 100644 --- a/apps/edition2/templates/edition2/base.html +++ b/apps/edition2/templates/edition2/base.html @@ -36,7 +36,7 @@ $(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(); }});