Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
debug2
Browse files Browse the repository at this point in the history
  • Loading branch information
elouanjef committed Jan 25, 2024
1 parent 4dea3b0 commit 4f78bad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/professor.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ <h5 class="modal-title" id="editUserModalLabel">Modifier le mot de passe</h5>

<script>
async function deleteVmProf(id) {
console.log("Suppresion de "+ id);
try {
var output = await checkIfVmAlive(id);
if (output == 1) {
Expand Down

0 comments on commit 4f78bad

Please sign in to comment.