Skip to content

Commit

Permalink
Updated notification tag to always show the alert
Browse files Browse the repository at this point in the history
  • Loading branch information
jparreira committed Jul 1, 2017
1 parent 3345f72 commit ca01709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function showNotification(message) {
data: {
click_url: '/index.html'
},
tag: 'demo'
tag: Date.now()
};

return self.registration.showNotification(notificationTitle,
Expand Down

0 comments on commit ca01709

Please sign in to comment.