Commit b7269f78 authored by Aarni Koskela's avatar Aarni Koskela

Mark Notification.requestPermission's retval as purposely ignored

parent f6a40a2f
...@@ -10,7 +10,7 @@ onUiUpdate(function(){ ...@@ -10,7 +10,7 @@ onUiUpdate(function(){
if(notificationButton != null){ if(notificationButton != null){
notificationButton.addEventListener('click', () => { notificationButton.addEventListener('click', () => {
Notification.requestPermission(); void Notification.requestPermission();
},true); },true);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment