- CMyPopupEdit

- CMyEditor
 - MySkills
This commit is contained in:
Paolo Arena
2021-10-28 00:37:48 +02:00
parent 48128235f8
commit 57cda99f9c
66 changed files with 4831 additions and 247 deletions

View File

@@ -2645,8 +2645,7 @@ export const tools = {
maxh2 = 500
return maxh2
}
,
},
myheight_imgtitle(myheight?: number, myheightmobile?: number) {
let maxheight = 0
@@ -3357,7 +3356,13 @@ export const tools = {
}
},
geturlupload() {
return process.env.MONGODB_HOST + '/upload'
return process.env.MONGODB_HOST + `/uploadnew/${this.getvers()}/`
},
escapeslash(mystr: string) {
return mystr.replace(/\//g, '-');
},
geturlrelativeprofile() {
return 'upload/profile'
},
getvers() {
return process.env.APP_VERSION