Riattivato il Calendario (ma ancora non lo rendo visibile)
aggiunto campi: DateTimeStart e DateTimeEnd negli Eventi Aggiunto Filtro Data
This commit is contained in:
@@ -345,21 +345,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
function getappname() {
|
||||
let mystr = ''
|
||||
if (tools.isTest()){
|
||||
mystr = getAppVersion()
|
||||
} else {
|
||||
let mystr = tools.getsuffisso() + tools.getappname(tools.isMobile())
|
||||
if (!tools.isMobile()) {
|
||||
//if (!tools.isMobile()) {
|
||||
mystr += ' ' + getAppVersion()
|
||||
//}
|
||||
} else {
|
||||
mystr = ''
|
||||
}
|
||||
}
|
||||
|
||||
return mystr
|
||||
return tools.getappname(tools.isMobile()) + ' ' + getAppVersion()
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user