Comment-out unused variable
parent
94be5d4627
commit
4f25ee7ca1
|
|
@ -279,7 +279,7 @@ function showEditRepeatMenu(repeat, day, dowChangeCallback) {
|
|||
}
|
||||
};
|
||||
} else {
|
||||
var date = day; // eventually: detect day of date and configure a repeat e.g. 3rd Monday of Month
|
||||
// var date = day; // eventually: detect day of date and configure a repeat e.g. 3rd Monday of Month
|
||||
dow = EVERY_DAY;
|
||||
repeat = repeat || {interval: "month", num: 1};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue