minori
This commit is contained in:
parent
ab7315340f
commit
0f59eccc5d
1 changed files with 13 additions and 15 deletions
|
|
@ -108,13 +108,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Funzione per aggiungere il pulsante "Apri tutte le schede profilo"
|
// Funzione per aggiungere il pulsante "Apri tutti i Curriculum"
|
||||||
function addOpenAllProfilesButton() {
|
function addOpenAllProfilesButton() {
|
||||||
if (!window.location.href.includes('/iscritti/')) return;
|
if (!window.location.href.includes('/iscritti/')) return;
|
||||||
|
|
||||||
const openButton = $(`
|
const openButton = $(`
|
||||||
<button id="open_all_profiles" style="margin: 5px; padding: 8px; width: 97%; background-color:rgba(234, 0, 255, 0.65); color: #FFF; border: none; border-radius: 4px; cursor: pointer;">
|
<button id="open_all_profiles" style="margin: 5px; padding: 8px; width: 97%; background-color:rgba(234, 0, 255, 0.65); color: #FFF; border: none; border-radius: 4px; cursor: pointer;">
|
||||||
Apri tutte le schede profilo
|
Apri tutti i Curriculum
|
||||||
</button>
|
</button>
|
||||||
`);
|
`);
|
||||||
|
|
||||||
|
|
@ -153,7 +153,6 @@
|
||||||
return null;
|
return null;
|
||||||
}).get().filter(Boolean);
|
}).get().filter(Boolean);
|
||||||
|
|
||||||
|
|
||||||
// Mostra le URL in console sempre
|
// Mostra le URL in console sempre
|
||||||
console.log("GAIA Swissknife: Profili trovati:");
|
console.log("GAIA Swissknife: Profili trovati:");
|
||||||
profileLinks.forEach(link => console.log(link));
|
profileLinks.forEach(link => console.log(link));
|
||||||
|
|
@ -185,7 +184,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$(document).ready(() => {
|
$(document).ready(() => {
|
||||||
addExamOutcomeButtons();
|
addExamOutcomeButtons();
|
||||||
addOpenAllProfilesButton();
|
addOpenAllProfilesButton();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue