Use tab char
authorCyperghost <olaf_schmitz_1@t-online.de>
Fri, 16 Feb 2024 11:49:42 +0000 (12:49 +0100)
committerCyperghost <olaf_schmitz_1@t-online.de>
Fri, 23 Feb 2024 13:41:41 +0000 (14:41 +0100)
wcfsetup/install/files/js/serviceWorker.js

index e7fbb9dea7a1bfd9a5a174b7123b31a7db0a217c..38997153d806f2576a586fd8c64bc65012b1276c 100644 (file)
@@ -33,7 +33,7 @@ self.addEventListener("push", (event) => {
 self.addEventListener("notificationclick", (event) => {
        event.notification.close();
 
-    event.waitUntil(self.clients.openWindow(event.notification.data.url));
+       event.waitUntil(self.clients.openWindow(event.notification.data.url));
 });
 
 async function removeOldNotifications(notificationID, time) {