Merge branch 'master' of github.com:akaunting/akaunting
This commit is contained in:
commit
bdfc6da7b5
@ -233,10 +233,8 @@
|
||||
keyboard: true
|
||||
});
|
||||
|
||||
var newDate = new Date({{ $module->pre_sale_date['year'] }}, {{ $module->pre_sale_date['month'] }}, {{ $module->pre_sale_date['day'] }});
|
||||
|
||||
$('#countdown-pre-sale').countdown({
|
||||
until: newDate
|
||||
until: new Date({{ (int) $module->pre_sale_date->year }}, {{ (int) $module->pre_sale_date->month }} - 1, {{ (int) $module->pre_sale_date->day }})
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user