diff options
| author | Debulois <quentin@debulois.fr> | 2022-05-06 22:01:01 +0200 |
|---|---|---|
| committer | Debulois <quentin@debulois.fr> | 2022-05-06 22:01:01 +0200 |
| commit | 0048d676a2bed3addadea670fa5d802a314af473 (patch) | |
| tree | ff39f487db79a505b99ba322526dac370f17e03a /Static/Js/main.js | |
| parent | e93781c7fb2fc982e643777d6334585012033c46 (diff) | |
Correction des imports et supression des trailin white space pour le déploiement
Diffstat (limited to 'Static/Js/main.js')
| -rw-r--r-- | Static/Js/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Static/Js/main.js b/Static/Js/main.js index 84f7151..ca07988 100644 --- a/Static/Js/main.js +++ b/Static/Js/main.js @@ -3,10 +3,10 @@ // # # // # Description: JS utile un peu de partout # // # # -// ############################################################################ +// ############################################################################ // Site web utilisés pour JS: // https://www.w3schools.com/js/default.asp -// https://stackoverflow.com/ +// https://stackoverflow.com/ // **************************************************************************** |
