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