mirror of https://github.com/ColorlibHQ/AdminLTE
Correct all day event (#2438)
parent
a67b6b8d10
commit
22436d9cd2
|
@ -903,7 +903,8 @@
|
||||||
title : 'All Day Event',
|
title : 'All Day Event',
|
||||||
start : new Date(y, m, 1),
|
start : new Date(y, m, 1),
|
||||||
backgroundColor: '#f56954', //red
|
backgroundColor: '#f56954', //red
|
||||||
borderColor : '#f56954' //red
|
borderColor : '#f56954', //red
|
||||||
|
allDay : true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title : 'Long Event',
|
title : 'Long Event',
|
||||||
|
|
Loading…
Reference in New Issue