mizzzuno commited on
Commit
480db73
·
verified ·
1 Parent(s): 302d1f9

Update static/register_record.js

Browse files
Files changed (1) hide show
  1. static/register_record.js +4 -4
static/register_record.js CHANGED
@@ -97,10 +97,10 @@ function sendAudioChunks(chunks, button) {
97
  reader.readAsDataURL(audioBlob);
98
  }
99
 
100
- // 録音画面に移動
101
- function showRecorder() {
102
- window.location.href = "index";
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() {