mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +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'],
|
tag: data.app+":"+_rawData[i]['id'],
|
||||||
body: data.message,
|
body: data.message,
|
||||||
icon: data.icon,
|
icon: data.icon,
|
||||||
|
requireInteraction: true,
|
||||||
onclose:function(e){
|
onclose:function(e){
|
||||||
// notification id
|
// notification id
|
||||||
var id = this.tag.split(":");
|
var id = this.tag.split(":");
|
||||||
|
Loading…
Reference in New Issue
Block a user