mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-03 03:46:34 -04:00
Fix the widget's display date
This commit is contained in:
parent
14c07c21b1
commit
71fdbd7dd8
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
||||||
* omitted. ISO-8601 dates are UTC time, three-argument dates (with a zero-based
|
* omitted. ISO-8601 dates are UTC time, three-argument dates (with a zero-based
|
||||||
* month) are local time.
|
* month) are local time.
|
||||||
*/
|
*/
|
||||||
date: new Date(2017, 6, 12), // @type {Date}
|
date: new Date(2017, 7, 12), // @type {Date}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* If you show the modal on your homepage, you should let users close it to
|
* If you show the modal on your homepage, you should let users close it to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue