fixed incorrect imports for importScripts (Osana)

This commit is contained in:
Green! 2022-08-30 17:15:51 +00:00
parent 5e16f336f7
commit 423584fa9a
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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;