Added Pre-Commit Hooks (#175)
* Added pre commit hook * Run pre commit hook on all files --------- Co-authored-by: Horilla <131998600+horilla-opensource@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
117e8e88c2
commit
58be33a8d7
@@ -123,7 +123,7 @@ function empleavetypeChange(selectElement) {
|
||||
"date":start_date,
|
||||
},
|
||||
success: function (response) {
|
||||
|
||||
|
||||
// Assuming parentForm is a reference to the form containing the element to update
|
||||
var messageDiv = parentForm.find(".leave-message");
|
||||
|
||||
@@ -199,7 +199,7 @@ function employeeChange(selectElement) {
|
||||
"date":start_date,
|
||||
},
|
||||
success: function (response) {
|
||||
|
||||
|
||||
// Assuming parentForm is a reference to the form containing the element to update
|
||||
var messageDiv = parentForm.find(".leave-message");
|
||||
|
||||
@@ -377,4 +377,4 @@ function attendanceDateChange(selectElement) {
|
||||
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user