This commit is contained in:
Peter Maquiran
2023-08-22 09:18:52 +01:00
2 changed files with 8 additions and 6 deletions
+2
View File
@@ -65,9 +65,11 @@ export class HeaderPage implements OnInit {
if(event.notification == "recive") {
console.log('header', event.notification)
this.notificationLength++
window['headerupdate']()
} else if(event.notification == "deleted") {
console.log('header', event.notification)
this.notificationLength--
window['headerupdate']()
}
});