|
Lines 288-294
Link Here
|
| 288 |
}); |
288 |
}); |
| 289 |
$("#clearfilter").on("click",function(e){ |
289 |
$("#clearfilter").on("click",function(e){ |
| 290 |
e.preventDefault(); |
290 |
e.preventDefault(); |
| 291 |
$("#from,#to").val(""); |
291 |
$("#from").flatpickr().clear(); |
|
|
292 |
$("#to").flatpickr().clear(); |
| 292 |
$("table#claimst tbody tr").show(); |
293 |
$("table#claimst tbody tr").show(); |
| 293 |
}); |
294 |
}); |
| 294 |
$("#claims_form").on("submit",function(){ |
295 |
$("#claims_form").on("submit",function(){ |
| 295 |
- |
|
|