Skip to content

Commit 80f3c64

Browse files
committed
jal-sakitoku.html アノテーションコメント追加
1 parent cbc5d85 commit 80f3c64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jal-sakitoku.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
for ( const row of matrix ) {
7979
// 何日前か判定して、色分けする
8080
// 21 28 45 55 75 ~330
81+
// TODO: 休日APIで休日を赤く表示させたい
8182
const row2 = row.map( d => [d, get_days_after(year, month, d)]);
8283
row2.forEach( ar => ar.push(get_jal_days_after(ar[1])) );
8384
lines.push( `<tr>` +

0 commit comments

Comments
 (0)