mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 11:38:02 +02:00
Require user interaction for browser notifications
This commit is contained in:
@ -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(":");
|
||||||
|
Reference in New Issue
Block a user