Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
fix absences
Browse files Browse the repository at this point in the history
  • Loading branch information
ecnivtwelve committed Sep 11, 2022
1 parent 0f64594 commit cd4d0b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions views/absences.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
window.location.href = 'login/';
}

$('#ListeAbsences').html("");
$('#ListeRetards').html("");

console.log(data)

resp = data.data.absences;
Expand Down

0 comments on commit cd4d0b3

Please sign in to comment.