From 71fdbd7dd8d0bac9296e681341b9bc7dc466bd0a Mon Sep 17 00:00:00 2001 From: Samuel Shifterovich Date: Mon, 10 Jul 2017 21:58:30 +0200 Subject: [PATCH] Fix the widget's display date --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9e950b3e..2c2a2b27 100644 --- a/index.html +++ b/index.html @@ -99,7 +99,7 @@ * omitted. ISO-8601 dates are UTC time, three-argument dates (with a zero-based * 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