- Fixed pagination not refreshing the data...

- Start creating single page of an Event
This commit is contained in:
Paolo Arena
2019-11-06 22:28:45 +01:00
parent 571e948d39
commit 7fe6b5fb6a
16 changed files with 112 additions and 96 deletions

View File

@@ -2626,6 +2626,13 @@ export const tools = {
return 'https://wa.me/' + mynum
else
return ''
},
getHttpForTelegram(usertelegram) {
if (usertelegram)
return 'https://t.me/' + usertelegram
else
return ''
}
// getLocale() {