aboutsummaryrefslogtreecommitdiff
path: root/source/client
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-09-07 10:20:44 +0200
committermetamuffin <metamuffin@disroot.org>2022-09-07 10:20:44 +0200
commit832f48f29098cc6f840ade90db3b94efa67c6833 (patch)
tree5311a3c4d8ba0302bbe208bc33717dbfdc0deb10 /source/client
parentc347f41af4e7d82fc08ed068ed6f18f4a59e90ba (diff)
downloadkeks-meet-832f48f29098cc6f840ade90db3b94efa67c6833.tar
keks-meet-832f48f29098cc6f840ade90db3b94efa67c6833.tar.bz2
keks-meet-832f48f29098cc6f840ade90db3b94efa67c6833.tar.zst
about to refactor
Diffstat (limited to 'source/client')
-rw-r--r--source/client/index.ts4
-rw-r--r--source/client/rnnoise.ts2
2 files changed, 3 insertions, 3 deletions
diff --git a/source/client/index.ts b/source/client/index.ts
index d3c3fcc..745dd67 100644
--- a/source/client/index.ts
+++ b/source/client/index.ts
@@ -46,8 +46,8 @@ function create_start_screen() {
el.append(
h2("keks-meet"),
p("A web conferencing application using webrtc"),
- p("keks-meet is free! It is licenced under the terms of the third version of the GNU Affero General Public Licence only."),
- p("To get started, just enter a unique idenfier, then share the URL with your partner.")
+ p("keks-meet is free software! It is licenced under the terms of the third version of the GNU Affero General Public Licence only."),
+ p("To get started, just enter a unique idenfier, click 'Join', then share the URL with your partner.")
)
const room_input = document.createElement("input")
diff --git a/source/client/rnnoise.ts b/source/client/rnnoise.ts
index 71c73e6..7867682 100644
--- a/source/client/rnnoise.ts
+++ b/source/client/rnnoise.ts
@@ -23,7 +23,7 @@ export async function get_rnnoise_node(context: AudioContext): Promise<RNNoiseNo
if (!RNNoiseNode) {
log("rnnoise", "loading wasm...")
script = document.createElement("script")
- script.src = "/rnnoise/rnnoise-runtime.js"
+ script.src = "/_rnnoise/rnnoise-runtime.js"
script.defer = true
document.head.appendChild(script)
//@ts-ignore asdfsfad