Changes for page Membership
Last modified by superadmin on 2022/06/07 18:01
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -12,7 +12,7 @@ 12 12 }; 13 13 } else if (reg.active) { 14 14 // something's not right or SW is bypassed. previously-installed SW should have redirected this request to different page 15 - throw(new Error('Service Worker is installed and not redirecting.'))15 + handleError(new Error('Service Worker is installed and not redirecting.')) 16 16 } 17 17 18 18 // registration worked