fixed incorrect imports for importScripts (Osana)
This commit is contained in:
parent
5e16f336f7
commit
423584fa9a
2 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@
|
|||
<script src="osana/osana.config.js"></script>
|
||||
<div id="navbar">
|
||||
<img src='images/logo.png' id="thumbImg" style='height: 90%; margin-left: 5%; border-radius: 5px; '>
|
||||
<h1 class="nebHeader">nebula.</h1>
|
||||
<h1 class="nebHeader">nebula.<b style='color:#00ff0d;'>dev</b></h1>
|
||||
|
||||
<ul>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,8 +27,8 @@ var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _argume
|
|||
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
||||
});
|
||||
};
|
||||
importScripts(`./osana.bundle.js?1`);
|
||||
importScripts(`./osana.config.js?1`);
|
||||
importScripts(`../osana/osana.bundle.js`);
|
||||
importScripts(`../osana/osana.config.js`);
|
||||
self.OsanaServiceWorker = class OsanaServiceWorker {
|
||||
constructor() {
|
||||
this.config = self.__osana$config;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue