Show a desktop notification even if the tab is visible.
This commit is contained in:
parent
dd8748fbfb
commit
346010e188
@ -96,7 +96,7 @@ Unread =
|
||||
Unread.openNotification post
|
||||
return
|
||||
openNotification: (post) ->
|
||||
return unless d.hidden and Header.areNotificationsEnabled
|
||||
return unless Header.areNotificationsEnabled
|
||||
name = if Conf['Anonymize']
|
||||
'Anonymous'
|
||||
else
|
||||
|
||||
@ -113,7 +113,7 @@ QR =
|
||||
QR.captcha.nodes.input.focus()
|
||||
notice = new Notice 'warning', el
|
||||
QR.notifications.push notice
|
||||
return unless d.hidden and Header.areNotificationsEnabled
|
||||
return unless Header.areNotificationsEnabled
|
||||
notif = new Notification 'Quick reply warning',
|
||||
body: el.textContent
|
||||
icon: Favicon.logo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user