Skip to content

Commit

Permalink
🚀 | v5.0.1 (Reverted UV Update)
Browse files Browse the repository at this point in the history
  • Loading branch information
xbubbo authored Oct 14, 2023
1 parent 256ff14 commit 8399672
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions static/apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<link rel="shortcut icon" id="dynamic-favicon" href="favicon.png">
<title id="dynamic-title">Classes</title>
<script src="./h/mathematics.js"></script>
<script src="./h/geography.js"></script>
<script src="./contact/mathematics.js"></script>
<script src="./contact/geography.js"></script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions static/h/english.js → static/contact/english.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
importScripts('/h/mathematics.js');
importScripts('/h/geography.js');
importScripts('/contact/mathematics.js');
importScripts('/contact/geography.js');

class UVServiceWorker extends EventEmitter {
constructor(config = __uv$config) {
Expand Down
8 changes: 4 additions & 4 deletions static/h/geography.js → static/contact/geography.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ self.__uv$config = {
bare: '/outerspace/',
encodeUrl: Ultraviolet.codec.xor.encode,
decodeUrl: Ultraviolet.codec.xor.decode,
handler: '/h/algebra.js',
bundle: '/h/mathematics.js',
config: '/h/geography.js',
sw: '/h/english.js',
handler: '/contact/algebra.js',
bundle: '/contact/mathematics.js',
config: '/contact/geography.js',
sw: '/contact/english.js',
};
File renamed without changes.
4 changes: 2 additions & 2 deletions static/games.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<link rel="shortcut icon" id="dynamic-favicon" href="favicon.png">
<title id="dynamic-title">Classes</title>
<script src="./h/mathematics.js"></script>
<script src="./h/geography.js"></script>
<script src="./contact/mathematics.js"></script>
<script src="./contact/geography.js"></script>
<!-- Meta Tags -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down
4 changes: 2 additions & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ <h2 class="title">Interstellar</h2>
</div>
</div>
<script src="scripts/index.js"></script>
<script src="./h/mathematics.js"></script>
<script src="./h/geography.js"></script>
<script src="./contact/mathematics.js"></script>
<script src="./contact/geography.js"></script>
<script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script>
</div>
<!-- Google tag (gtag.js) -->
Expand Down
6 changes: 3 additions & 3 deletions static/sw.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
importScripts("/h/mathematics.js");
importScripts("/h/geography.js");
importScripts("/h/english.js");
importScripts("/contact/mathematics.js");
importScripts("/contact/geography.js");
importScripts("/contact/english.js");

const sw = new UVServiceWorker();
let userKey = new URL(location).searchParams.get('userkey');
Expand Down
4 changes: 2 additions & 2 deletions static/tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<div class="iframe-container" id="iframe-container"></div>
</div>
<script src="/scripts/tabinner.js"></script>
<script src="./h/mathematics.js"></script>
<script src="./h/geography.js"></script>
<script src="./contact/mathematics.js"></script>
<script src="./contact/geography.js"></script>
<script src="/scripts/index.js"></script>
</body>
<script src="/scripts/customIcon.js"></script>
Expand Down

7 comments on commit 8399672

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 8399672 Oct 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
instell ✅ Deployed View Logs 2023-10-14T04:43:38.077Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 8399672 Oct 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
your-mom ❌ Failed View Logs 2023-10-14T04:43:47.685Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 8399672 Oct 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar-v5 ✅ Deployed View Logs 2023-10-14T04:43:50.589Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 8399672 Oct 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2023-10-14T04:43:51.788Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 8399672 Oct 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2023-10-14T04:44:01.149Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 8399672 Oct 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
we-love-art ✅ Deployed View Logs 2023-10-14T04:44:05.433Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 8399672 Oct 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2023-10-14T04:44:34.350Z

Please sign in to comment.