New look
This commit is contained in:
parent
50e13f4ac3
commit
598e106dbc
2 changed files with 4 additions and 2 deletions
|
@ -44,7 +44,7 @@ a:hover {
|
|||
color: var(--color-link-hover);
|
||||
}
|
||||
|
||||
image.lesgv .logo {
|
||||
img.lesgv.hero {
|
||||
margin: 0 auto;
|
||||
max-height: 35vh;
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
function addResDigitaOrg (id) {
|
||||
document.getElementById(id).value = document.getElementById(id).value.split("@")[0] + "@resdigita.com";
|
||||
if (document.getElementById(id).value.split("@")[1] && !["lesgrandsvoisins.com","resdigita.com","resdigita.org","lesgv.com","lesgv.org"].includes(document.getElementById(id).value.split("@")[1])) {
|
||||
document.getElementById(id).value = document.getElementById(id).value.split("@")[0] + "@lesgrandsvoisins.com";
|
||||
}
|
||||
return document.getElementById(id).value;
|
||||
}
|
||||
function addResDigitaOrgIdValue () {
|
||||
|
|
Loading…
Reference in a new issue