add missing semi colon

pull/3648/head
Isaac Connor 2022-12-12 13:12:40 -05:00
parent 0a28a3e659
commit 327f8c0f70
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ function initPage() {
el.datetimepicker({timeFormat: "HH:mm:ss", dateFormat: "yy-mm-dd", maxDate: 0, constrainInput: false});
}
if (el.hasClass('datepicker')) {
el.datepicker({dateFormat: "yy-mm-dd", maxDate: 0, constrainInput: false})
el.datepicker({dateFormat: "yy-mm-dd", maxDate: 0, constrainInput: false});
}
});