- fixed cookie too down to the screen

- fix verified: if Telegram OK is not necessary the email verification.
- contribtype fix
This commit is contained in:
paoloar77
2022-02-12 22:12:49 +01:00
parent a71f081407
commit 621848d9d7
8 changed files with 732 additions and 341 deletions

View File

@@ -2,7 +2,7 @@ module.exports = {
list: [
{idSector: [1], descr: 'Arredamento'},
{idSector: [1], descr: 'Costruzioni'},
{idSector: [1], descr: 'Ecovillaggi'},
{idSector: [1], descr: 'Ecovillaggi / Comunità'},
{idSector: [1], descr: 'Giardini'},
{idSector: [1], descr: 'Impianti TV'},
{idSector: [1], descr: 'Pozzi Acqua'},
@@ -24,6 +24,7 @@ module.exports = {
{idSector: [3], descr: 'Toelettatura cani'},
{idSector: [3], descr: 'Toelettatura gatti'},
{idSector: [3], descr: 'Vendita prodotti'},
{idSector: [3], descr: 'Cura degli animali'},
{idSector: [3], descr: 'Veterinario'},
{idSector: [4], descr: 'Ballo'},
{idSector: [4], descr: 'Canto'},
@@ -32,14 +33,18 @@ module.exports = {
{idSector: [4], descr: 'Letteratura'},
{idSector: [4], descr: 'Musica'},
{idSector: [4], descr: 'Pittura'},
{idSector: [4], descr: 'Libri'},
{idSector: [4], descr: 'Teatro'},
{idSector: [4], descr: 'Moda'},
{idSector: [5], descr: 'Benessere Corpo'},
{idSector: [5], descr: 'Benessere Olistico'},
{idSector: [5], descr: 'Centro Benessere'},
{idSector: [5], descr: 'Gravidanza'},
{idSector: [5], descr: 'Medicina Alternativa'},
{idSector: [5], descr: 'Medicina Convenzionale'},
{idSector: [5], descr: 'Pronto Soccorso'},
{idSector: [5], descr: 'Operatore Olistico'},
{idSector: [5], descr: 'Operatori'},
{idSector: [5], descr: 'Operatori Sanitari'},
{idSector: [5], descr: 'Salute Corpo'},
{idSector: [5], descr: 'Salute Globale'},
{idSector: [5], descr: 'Salute Psiche'},
@@ -52,13 +57,14 @@ module.exports = {
{idSector: [6], descr: 'Frigorista'},
{idSector: [6], descr: 'Giardiniere'},
{idSector: [6], descr: 'Idraulico'},
{idSector: [6], descr: 'Imbiancatura e tinteggiatura'},
{idSector: [6], descr: 'Imbianchino'},
{idSector: [6], descr: 'Impermeabilizzazioni'},
{idSector: [6], descr: 'Installatore Linea Telefono e Modem'},
{idSector: [6], descr: 'Installazioni'},
{idSector: [6], descr: 'Restaurazione'},
{idSector: [6], descr: 'Riparazioni Casa'},
{idSector: [6], descr: 'Servizio Traslochi'},
{idSector: [6], descr: 'Riscaldamento'},
{idSector: [6], descr: 'Smontaggio e Montaggio'},
{idSector: [6], descr: 'Strutturazioni e Riparazioni'},
{idSector: [6], descr: 'Tuttofare'},
@@ -71,13 +77,21 @@ module.exports = {
{idSector: [7], descr: 'Assistenza Persone'},
{idSector: [7], descr: 'Baby sitter'},
{idSector: [7], descr: 'Corsi'},
{idSector: [7], descr: 'Corsi per Bambini e Adolescenti'},
{idSector: [7], descr: 'Finanza'},
{idSector: [7], descr: 'Insegnante'},
{idSector: [7], descr: 'Interprete e traduzioni'},
{idSector: [7], descr: 'Istruzione'},
{idSector: [7], descr: 'Educazione'},
{idSector: [7], descr: 'Formazione'},
{idSector: [7], descr: 'Gruppi di Acquisto'},
{idSector: [7], descr: 'Banca del Tempo'},
{idSector: [7], descr: 'Collabora con noi'},
{idSector: [7], descr: 'Eventi'},
{idSector: [7], descr: 'Laboratori'},
{idSector: [7], descr: 'Idee'},
{idSector: [7], descr: 'Progetti'},
{idSector: [7], descr: 'Mobilità'},
{idSector: [7], descr: 'Oggettistica'},
{idSector: [7], descr: 'Organizzazione eventi'},
{idSector: [7], descr: 'Solidarietà'},
{idSector: [7], descr: 'Sport'},
{idSector: [7], descr: 'Trasporti'},
@@ -85,8 +99,10 @@ module.exports = {
{idSector: [8], descr: 'Biologia'},
{idSector: [8], descr: 'Chimica'},
{idSector: [8], descr: 'Informatica'},
{idSector: [8], descr: 'Elettronica'},
{idSector: [8], descr: 'Meccanica'},
{idSector: [8], descr: 'Telefonia'},
{idSector: [9], descr: 'Vacanze'},
],
};
{idSector: [9], descr: 'Receptionist'}
]
}