fix eslint
parent
f357327b9c
commit
d1a7749ff4
|
@ -135,8 +135,8 @@ function initPage() {
|
|||
});
|
||||
|
||||
$j('#filterStartDateTime, #filterEndDateTime')
|
||||
.datetimepicker({timeFormat: "HH:mm:ss", dateFormat: "yy-mm-dd", maxDate: 0, constrainInput: false})
|
||||
.on('change', filterLog);
|
||||
.datetimepicker({timeFormat: "HH:mm:ss", dateFormat: "yy-mm-dd", maxDate: 0, constrainInput: false})
|
||||
.on('change', filterLog);
|
||||
}
|
||||
|
||||
$j(document).ready(function() {
|
||||
|
|
Loading…
Reference in New Issue