This commit is contained in:
JonatanRek 2019-10-11 10:45:07 +02:00
parent 15c429e151
commit 5422bc0cef
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ if ('serviceWorker' in navigator) {
url: 'ajax', url: 'ajax',
type: 'POST', type: 'POST',
data: { data: {
"notification" : '', "notification" : 'X',
"action": 'subscribe',
"token": token "token": token
}, },
success: function(data){ success: function(data){