mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
notification update
This commit is contained in:
@@ -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']()
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user