mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
Last git pull made
This commit is contained in:
@@ -193,8 +193,8 @@ export class HomePage implements OnInit {
|
||||
})
|
||||
|
||||
|
||||
synchro.registerCallback('Offline', () => {
|
||||
console.log('Offlineee')
|
||||
synchro.registerCallback('Offline',()=>{
|
||||
|
||||
})
|
||||
|
||||
synchro.conected
|
||||
@@ -203,7 +203,7 @@ export class HomePage implements OnInit {
|
||||
|
||||
this.webNotificationPopupService.sendNotification(DataArray)
|
||||
|
||||
this.storageService.get('Notifications').then((data: any) => {
|
||||
this.storageService.get('Notifications').then((data:any)=>{
|
||||
data.push(DataArray)
|
||||
this.storageService.store("Notifications", data)
|
||||
}).catch(() => {
|
||||
|
||||
Reference in New Issue
Block a user