This commit is contained in:
Peter Maquiran
2022-01-06 11:21:20 +01:00
parent e90d444c89
commit be06d3b3d1
10 changed files with 58 additions and 12 deletions
+9 -1
View File
@@ -158,6 +158,14 @@ export class HomePage implements OnInit {
console.log('Device info',info);
};
get pathname(){
return window.location.pathname
}
get color() {
return '#797979'
}
updateList() {
/* this.notificationsService.registerCallback(
@@ -176,7 +184,7 @@ export class HomePage implements OnInit {
});
}
async synchWhenOnline() {
try {
await this.storage.get('eventEdit').then((req) => {