change report filter UI and check focus for datepicker

This commit is contained in:
phyusin
2017-11-28 14:16:25 +06:30
parent ec26c353d2
commit 785541e438
8 changed files with 33 additions and 33 deletions

View File

@@ -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});