Corretto il pagato
- fix Group Add link
This commit is contained in:
@@ -8324,7 +8324,17 @@ export const tools = {
|
||||
return (val1 / valmax * 100)
|
||||
else
|
||||
return 0
|
||||
}
|
||||
},
|
||||
|
||||
getHost() {
|
||||
return this.getUrlSite()
|
||||
},
|
||||
|
||||
generateURL(mylink: string, value: string): string {
|
||||
const site = this.getUrlSite()
|
||||
|
||||
return mylink.replace('{site}', site).replace('{value}', value);
|
||||
},
|
||||
|
||||
// FINE !
|
||||
|
||||
|
||||
Reference in New Issue
Block a user