commenti
This commit is contained in:
parent
36adde7710
commit
5c03e3af71
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue