This commit is contained in:
Surya Paolo
2024-11-02 19:25:47 +01:00
parent 1c63b5346b
commit a46b988440
10 changed files with 192 additions and 7184956 deletions

View File

@@ -4739,6 +4739,16 @@ export const tools = {
},
getlinkEmailTo(myemail: string) {
if (myemail) {
return `<a href="mailto:${myemail}" >${myemail}</a>`
} else {
return ''
}
},
getNationsByNationality(nat: string) {
if (!nat)
return ''