Fixes a Javascript month indexing.

pull/4354/merge
Bertrand Bordage 2018-03-22 11:27:54 +01:00
rodzic 011a88fb07
commit eee0f33e2b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -63,7 +63,7 @@ $(function () {
'</a>');
if (!hasCookie('kickstarterClosed', 'true')
&& new Date() < new Date(2018, 4, 17)) {
&& new Date() < new Date(2018, 3, 17)) {
$('body').prepend($kickstarter);
$kickstarter.find('.close').click(function (e) {
e.preventDefault();