Quellcode durchsuchen

feature: clear base.html (#13157)

factor2
Aaron van Meerten vor 2 Jahren
Ursprung
Commit
0f4af44220
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
2 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. 0
    1
      base.html
  2. 1
    1
      index.html

+ 0
- 1
base.html Datei anzeigen

@@ -1 +0,0 @@
1
-<base href="/" />

+ 1
- 1
index.html Datei anzeigen

@@ -49,7 +49,7 @@
49 49
 
50 50
             if (shouldRegisterWorker) {
51 51
                 navigator.serviceWorker
52
-                    .register(window.location.origin + contextRoot(window.location.pathname) + '/pwa-worker.js')
52
+                    .register(window.location.origin + contextRoot(window.location.pathname) + 'pwa-worker.js')
53 53
                     .then(reg => {
54 54
                         console.log('Service worker registered.', reg);
55 55
                     })

Laden…
Abbrechen
Speichern