mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Require user interaction for browser notifications
This commit is contained in:
parent
2f7e082d66
commit
b74495de20
@ -683,6 +683,7 @@
|
||||
tag: data.app+":"+_rawData[i]['id'],
|
||||
body: data.message,
|
||||
icon: data.icon,
|
||||
requireInteraction: true,
|
||||
onclose:function(e){
|
||||
// notification id
|
||||
var id = this.tag.split(":");
|
||||
|
Loading…
Reference in New Issue
Block a user