change report filter UI and check focus for datepicker
This commit is contained in:
@@ -107,7 +107,7 @@ $(document).ready(function() {
|
||||
}
|
||||
});
|
||||
|
||||
$('form:first *:input[type!=hidden]:first').focus();
|
||||
$('form:first *input[data-behaviour!=datepicker]:input[type!=hidden]:first').focus();
|
||||
|
||||
// $(document).on("focus", "[data-behaviour~='datepicker']", function(e){
|
||||
// $(this).datepicker({"format": "yyyy-M-dd", "weekStart": 1, "autoclose": true});
|
||||
|
||||
Reference in New Issue
Block a user