diff --git a/package.json b/package.json index 92425c45..e760c1ab 100755 --- a/package.json +++ b/package.json @@ -123,14 +123,14 @@ "crypto": false }, "browserslist": [ - "last 80 Chrome versions", + "last 100 Chrome versions", "last 40 Firefox versions", "last 20 Edge versions", "last 55 Safari versions", "last 90 Android versions", "last 250 ChromeAndroid versions", "last 60 FirefoxAndroid versions", - "last 30 iOS versions", + "last 35 iOS versions", "last 10 Opera versions", "> 0.03%", "not dead" diff --git a/src/common/shared_vuejs.ts b/src/common/shared_vuejs.ts index e296e0ae..12773a20 100755 --- a/src/common/shared_vuejs.ts +++ b/src/common/shared_vuejs.ts @@ -15,6 +15,7 @@ export const shared_consts = { color: 'green', }, }, + LIMIT_NOTIF_FOR_USER: 200, ELEMTYPE: { TITLE: 5, @@ -57,6 +58,7 @@ export const shared_consts = { BTN_LOGIN: 260, FOOTER: 270, PROFILETUTORIAL: 280, + VISUVIDEOPROMOANDPDF: 290 }, QUERYTYPE_MYGROUP: 1, @@ -1464,6 +1466,10 @@ export const shared_consts = { value: 270, label: 'Footer', }, + { + value: 280, + label: 'Visu Promo and PDF', + }, { value: 40, label: 'Separatore', @@ -1766,6 +1772,7 @@ export const shared_consts = { lasttimeonline: 1, comune: 1, mycities: 1, + lang: 1, 'profile.img': 1, 'profile.mygroups': 1, 'profile.mycircuits': 1, diff --git a/src/components/CCheckIfIsLogged/CCheckIfIsLogged.ts b/src/components/CCheckIfIsLogged/CCheckIfIsLogged.ts index b5380619..7a40fea0 100755 --- a/src/components/CCheckIfIsLogged/CCheckIfIsLogged.ts +++ b/src/components/CCheckIfIsLogged/CCheckIfIsLogged.ts @@ -33,6 +33,7 @@ export default defineComponent({ costanti, static_data, site, + t, } } }) diff --git a/src/components/CCheckIfIsLogged/CCheckIfIsLogged.vue b/src/components/CCheckIfIsLogged/CCheckIfIsLogged.vue index 2ef8cc81..b37cb58b 100755 --- a/src/components/CCheckIfIsLogged/CCheckIfIsLogged.vue +++ b/src/components/CCheckIfIsLogged/CCheckIfIsLogged.vue @@ -1,56 +1,7 @@