- MyProfile

- Immagine profilo e small
This commit is contained in:
paoloar77
2022-01-03 21:53:50 +01:00
parent b587b5e0a7
commit 181af3c895
7 changed files with 447 additions and 326 deletions

View File

@@ -319,6 +319,8 @@ function getTableByTableName(tablename) {
mytable = Level;
else if (shared_consts.TablePickup.includes(tablename))
mytable = Pickup;
else if (shared_consts.TableCities.includes(tablename))
mytable = City;
return mytable;
}