Skip to content

Commit

Permalink
Merge branch 'add-chat'
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Feb 29, 2024
2 parents 211ff35 + 7e54beb commit ea56d9c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 42 deletions.
5 changes: 0 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"mathjs": "^7.5.1",
"npyjs": "^0.5.0",
"ol": "^6.3.1",
"register-service-worker": "^1.7.1",
"sortablejs": "^1.10.2",
"spdx-license-list": "^6.4.0",
"vue": "^2.6.11",
Expand Down
2 changes: 1 addition & 1 deletion public/chat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

<body style="width:100%;height:100vh;">
<div id="spinner" style="display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);">
<img src="static/img/loading.gif" alt="Loading..." />
<img src="../static/img/loading.gif" alt="Loading..." />
</div>
<div id="window-container" style="height: 100vh"></div>
<script>
Expand Down
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Vue from "vue";
import App from "./App.vue";
import "./registerServiceWorker";
import router from "./router";
import Buefy from "buefy";
import "./buefy.css";
Expand Down
34 changes: 0 additions & 34 deletions src/registerServiceWorker.js

This file was deleted.

0 comments on commit ea56d9c

Please sign in to comment.