Skip to content

Commit 466871c

Browse files
committed
Edit comment
1 parent 11d96af commit 466871c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
function getWeekRange() {
204204
let d = new Date; //get current date
205205

206-
//FIX THAT FIRST INDEX ISSUE WITH FALSE DAY
206+
//FIX THAT FIRST INDEX ISSUE WITH FALSE
207207
let first = d.getDate() - d.getDay();
208208
let firstday = (new Date(d.setDate(first - 1))).toUTCString();
209209
let week = [firstday];

0 commit comments

Comments
 (0)