* Update index.ts

* fix sw.js path

* Revert "Update index.ts"

This reverts commit e0b1d4239f16b65512f5dbdd93c8765f708b5282.
This commit is contained in:
Acid Chicken (硫酸鶏) 2018-11-14 16:35:00 +09:00 committed by syuilo
parent 11afa8140c
commit 00bb403497
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ export default class MiOS extends EventEmitter {
});
// The path of service worker script
const sw = `/sw.${version}.${lang}.js`;
const sw = `/sw.${version}.js`;
// Register service worker
navigator.serviceWorker.register(sw).then(registration => {