- Aggiungere bottone "Condividi Link Circuito"

This commit is contained in:
Surya Paolo
2024-02-28 20:01:50 +01:00
parent 2afd1eba29
commit 2e1f7a3406
2 changed files with 80 additions and 59 deletions

View File

@@ -7341,6 +7341,10 @@ export const tools = {
return window.location.pathname
},
getFullCurrentUrl() {
return window.location.href
},
isCurrentUrlSignUp() {
return window.location.pathname.indexOf('signup') >= 0
},