diff options
| author | Debulois <quentin@debulois.fr> | 2022-04-10 21:25:00 +0200 |
|---|---|---|
| committer | Debulois <quentin@debulois.fr> | 2022-04-10 21:25:00 +0200 |
| commit | 2923e6fca634231533cca11e43a9091344ff4ba5 (patch) | |
| tree | 7181e1b0e26ddb072530adec7d55f77e9e389783 /Static/Js/userinfo.js | |
| parent | 9939f74c0b274ee916f742a45a32d3c843e0960b (diff) | |
Ajout d'un système de notification pour alerter les pro et finition
Diffstat (limited to 'Static/Js/userinfo.js')
| -rw-r--r-- | Static/Js/userinfo.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Static/Js/userinfo.js b/Static/Js/userinfo.js index 8f1e239..460c91b 100644 --- a/Static/Js/userinfo.js +++ b/Static/Js/userinfo.js @@ -4,6 +4,7 @@ // # Description: JS utile sur la page user infos # // # # // ############################################################################ + // Mes sources pour créer cette partie: // https://stackoverflow.com/questions/1085801/get-selected-value-in-dropdown-list-using-javascript // https://stackoverflow.com/questions/47951287/dynamically-add-li-to-ul-javascript @@ -14,6 +15,7 @@ // https://www.w3docs.com/snippets/javascript/how-to-remove-an-element-from-an-array-in-javascript.html // On passe par du JSON pour passer la liste des emplois du pro + // **************************************************************************** // GESTION AJOUT/SUPPRESSION D'UN EMPLOI ET PASSAGE A L'INPUT // DES VALEURS SELECTIONNEES |
