mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
Fix storage service
This commit is contained in:
@@ -54,9 +54,7 @@ export class NotificationsService {
|
||||
registerCallback(type: string, funx: Function, object: any = {} ) {
|
||||
|
||||
this.callbacks.push({type, funx})
|
||||
if(!object.hasOwnProperty('desktop') && object['desktop'] != false) {
|
||||
synchro.registerCallback('Notification',funx, type)
|
||||
}
|
||||
synchro.registerCallback('Notification',funx, type)
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user