Spaces:
Running
Running
Update static/register_record.js
Browse files
static/register_record.js
CHANGED
@@ -97,10 +97,10 @@ function sendAudioChunks(chunks, button) {
|
|
97 |
reader.readAsDataURL(audioBlob);
|
98 |
}
|
99 |
|
100 |
-
//
|
101 |
-
function
|
102 |
-
|
103 |
-
}
|
104 |
|
105 |
// Add user function
|
106 |
function addUser() {
|
|
|
97 |
reader.readAsDataURL(audioBlob);
|
98 |
}
|
99 |
|
100 |
+
// メンバー選択画面表示
|
101 |
+
function showUserSelect() {
|
102 |
+
window.location.href = "/userselect";
|
103 |
+
}
|
104 |
|
105 |
// Add user function
|
106 |
function addUser() {
|