diff --git a/src/General/Header.coffee b/src/General/Header.coffee index 67311004d..80271f4bc 100755 --- a/src/General/Header.coffee +++ b/src/General/Header.coffee @@ -427,9 +427,8 @@ Header = Header.menu.toggle e, @, g createNotification: (e) -> - {type, content, lifetime, cb} = e.detail + {type, content, lifetime} = e.detail notice = new Notice type, content, lifetime - cb notice if cb areNotificationsEnabled: false enableDesktopNotifications: ->