diff options
| author | Debulois <quentin@debulois.fr> | 2022-03-31 14:56:45 +0200 |
|---|---|---|
| committer | Debulois <quentin@debulois.fr> | 2022-03-31 14:56:45 +0200 |
| commit | b637d625216e50602d0bde8a544c281ca00af5fa (patch) | |
| tree | 5e44ad1048f8a3583cc854fe3bc21086ede4d88a /Statics/Js/myMission.js | |
| parent | c9d4c87b21f1050a780f5296961d24bd17c9cdc8 (diff) | |
Grosse maj encore avec ajout de fonctionnalités dans l'admin principalement et grosse remise en page / rennomage et preparation pour retravailler le CSS
Diffstat (limited to 'Statics/Js/myMission.js')
| -rw-r--r-- | Statics/Js/myMission.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Statics/Js/myMission.js b/Statics/Js/myMission.js deleted file mode 100644 index 36c2648..0000000 --- a/Statics/Js/myMission.js +++ /dev/null @@ -1,11 +0,0 @@ - -//table id pendingTable, ongoingTable, completedTable -function show(tableId) { - let tables = document.getElementById("myMission").getElementsByTagName("table"); - tables[tableId].classList.add("show_table"); - for (i = 0; i < tables.length; i++) { - if (tables[i].id !== tableId) { - tables[i].classList.remove("show_table"); - } - } -}
\ No newline at end of file |
