From 6a59e5dff2e48524f6ff9fb93f0afb30d85034fd Mon Sep 17 00:00:00 2001 From: James Campos Date: Sun, 7 Aug 2011 18:08:06 -0700 Subject: [PATCH] coffee-script 1.1.2 --- 4chan_x.user.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 7df5de86d..dc9721f1e 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -417,7 +417,8 @@ Since 2007, daylight saving time starts on the second Sunday of March and ends on the first Sunday of November, with all time changes taking place at 2:00 AM (0200) local time. - */ var date, month, sunday; + */ + var date, month, sunday; date = new Date(); month = date.getMonth(); if (month < 2 || 10 < month) {