kopia lustrzana https://github.com/wagtail/wagtail
Fixes a Javascript month indexing.
rodzic
011a88fb07
commit
eee0f33e2b
|
@ -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();
|
||||
|
|
Ładowanie…
Reference in New Issue