aboutsummaryrefslogtreecommitdiff
path: root/client-web/public
diff options
context:
space:
mode:
Diffstat (limited to 'client-web/public')
-rw-r--r--client-web/public/app.html3
-rw-r--r--client-web/public/assets/rnnoise/rnnoise-processor.js4
-rw-r--r--client-web/public/start.html4
3 files changed, 3 insertions, 8 deletions
diff --git a/client-web/public/app.html b/client-web/public/app.html
index 693e9a2..beee565 100644
--- a/client-web/public/app.html
+++ b/client-web/public/app.html
@@ -3,13 +3,10 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
-
<script defer async type="module" src="/assets/bundle.js"></script>
<link rel="stylesheet" href="/assets/style/master.css" />
-
<title>keks-meet</title>
</head>
-
<body>
<p>
keks-meet needs evil javascript to be enabled. Don't be afraid
diff --git a/client-web/public/assets/rnnoise/rnnoise-processor.js b/client-web/public/assets/rnnoise/rnnoise-processor.js
index 5b594a4..72cf736 100644
--- a/client-web/public/assets/rnnoise/rnnoise-processor.js
+++ b/client-web/public/assets/rnnoise/rnnoise-processor.js
@@ -25,14 +25,14 @@
: ((this.alive = !1), b.deleteState(this.state)));
};
}
- process(a, c, e) {
+ process(a, c, _e) {
if (!a[0][0]) return 1
if (this.alive)
return (
d.set(a[0][0], b.getInput(this.state) / 4),
(a = c[0][0]),
(c = b.pipe(this.state, a.length) / 4) &&
- a.set(d.subarray(c, c + a.length)),
+ a.set(d.subarray(c, c + a.length)),
!0
);
}
diff --git a/client-web/public/start.html b/client-web/public/start.html
index db62bcf..1a8080e 100644
--- a/client-web/public/start.html
+++ b/client-web/public/start.html
@@ -3,9 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
-
- <link rel="stylesheet" href="/_assets/style/master.css" />
-
+ <link rel="stylesheet" href="/assets/style/master.css" />
<title>keks-meet</title>
</head>