add missing semi colon
parent
0a28a3e659
commit
327f8c0f70
|
@ -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});
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue