Skip to content

Commit

Permalink
removed unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Jensen committed Sep 18, 2023
1 parent de548c0 commit a54f53c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ <h2>&copy; 2023 - 2023 <a href="/" target="_self">Marcus Mortensen Jensen</a>, A
try {
navigator.serviceWorker.getRegistration().then((reg) => {
if(Notification.permission === 'granted') {
showNotification(notification.value);
const title = 'VanvidsBillisterne';
const payload = {
"body": "Test"
Expand Down

0 comments on commit a54f53c

Please sign in to comment.