Compare commits
2 Commits
1114049f32
...
6bd13bb938
Author | SHA1 | Date | |
---|---|---|---|
6bd13bb938 | |||
cc49fca824 |
8718
front/package-lock.json
generated
8718
front/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -21,8 +21,8 @@
|
|||||||
"author": "Fabrice PENHOËT",
|
"author": "Fabrice PENHOËT",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.13.8",
|
"@babel/core": "^7.13.14",
|
||||||
"@babel/preset-env": "^7.13.8",
|
"@babel/preset-env": "^7.13.12",
|
||||||
"babel-loader": "^8.2.2",
|
"babel-loader": "^8.2.2",
|
||||||
"babel-polyfill": "^6.26.0",
|
"babel-polyfill": "^6.26.0",
|
||||||
"webpack": "^4.46.0",
|
"webpack": "^4.46.0",
|
||||||
|
@ -26,7 +26,7 @@ const { notRequired, serverError } = require("../../lang/"+lang+"/general");
|
|||||||
const { alreadyConnected, badLinkValidationMessage, godfatherFound, godfatherNotFound, passwordCopied, validationMessage } = require("../../lang/"+lang+"/user");
|
const { alreadyConnected, badLinkValidationMessage, godfatherFound, godfatherNotFound, passwordCopied, validationMessage } = require("../../lang/"+lang+"/user");
|
||||||
|
|
||||||
// Principaux éléments du DOM manipulés :
|
// Principaux éléments du DOM manipulés :
|
||||||
const codeGodfatherInput=document.getElementById("codeGodfather");
|
//const codeGodfatherInput=document.getElementById("codeGodfather");
|
||||||
const divExplanations = document.getElementById("explanations");
|
const divExplanations = document.getElementById("explanations");
|
||||||
const divMessage = document.getElementById("message");
|
const divMessage = document.getElementById("message");
|
||||||
const divResponse = document.getElementById("response");
|
const divResponse = document.getElementById("response");
|
||||||
@ -110,7 +110,8 @@ const initialise = async () =>
|
|||||||
document.execCommand("copy");
|
document.execCommand("copy");
|
||||||
addElement(passwordHelp, "div", passwordCopied, "", ["success"]);
|
addElement(passwordHelp, "div", passwordCopied, "", ["success"]);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/*
|
||||||
// Vérifie que le code/e-mail de parrainage saisi est valide :
|
// Vérifie que le code/e-mail de parrainage saisi est valide :
|
||||||
codeGodfatherInput.addEventListener("blur", function(e)
|
codeGodfatherInput.addEventListener("blur", function(e)
|
||||||
{
|
{
|
||||||
@ -138,7 +139,7 @@ const initialise = async () =>
|
|||||||
codeGodfatherInput.addEventListener("focus", function(e)
|
codeGodfatherInput.addEventListener("focus", function(e)
|
||||||
{
|
{
|
||||||
addElement(document.getElementById("codeGodfatherMessage"), "i", notRequired);
|
addElement(document.getElementById("codeGodfatherMessage"), "i", notRequired);
|
||||||
});
|
});*/
|
||||||
|
|
||||||
// Traite de l'envoi d'une mise à jour des infos :
|
// Traite de l'envoi d'une mise à jour des infos :
|
||||||
formAccount.addEventListener("submit", function(e)
|
formAccount.addEventListener("submit", function(e)
|
||||||
|
4689
package-lock.json
generated
4689
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -32,9 +32,9 @@
|
|||||||
"mysql2": "^2.2.5",
|
"mysql2": "^2.2.5",
|
||||||
"nodemailer": "^6.5.0",
|
"nodemailer": "^6.5.0",
|
||||||
"pug": "^2.0.4",
|
"pug": "^2.0.4",
|
||||||
"sequelize": "^5.22.3",
|
"sequelize": "^5.22.4",
|
||||||
"sharp": "^0.25.4",
|
"sharp": "^0.25.4",
|
||||||
"slugify": "^1.4.7",
|
"slugify": "^1.5.0",
|
||||||
"striptags": "^3.1.1"
|
"striptags": "^3.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user