Skip to content

Commit

Permalink
Change another var back to let
Browse files Browse the repository at this point in the history
  • Loading branch information
BryceStevenWilley committed Dec 14, 2023
1 parent 60098b0 commit a0e6bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docassemble/ALToolbox/ThreePartsDate.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
// '_ignore' in the name prevents the field from being submitted, avoiding a da error
let name = id;
var $label = $('<label for="' + id + '">{month}</label>');
let $label = $('<label for="' + id + '">{month}</label>');
$col.append($label);
// aria-describedby is ok to have, even when the date-part error is
Expand Down

0 comments on commit a0e6bf7

Please sign in to comment.