- ok
This commit is contained in:
@@ -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 ''
|
||||
|
||||
Reference in New Issue
Block a user