This commit is contained in:
Luigi D'Acunto 2025-04-11 20:49:35 +02:00
parent 36adde7710
commit 5c03e3af71

View file

@ -183,6 +183,7 @@
}
}
// Funzione per evidenziare le righe con "Respinto"
function highlightRejectedCourses() {
if (!window.location.href.match(/\/profilo\/\d+\/curriculum\//)) return;
@ -198,6 +199,7 @@
});
}
// Funzione per aggiungere il tool per i profili delle richieste iscrizioni
function addAuthorizationProfileTool() {
if (!window.location.href.includes("/autorizzazioni/")) return;