rein0421 commited on
Commit
d8f8a02
·
verified ·
1 Parent(s): 3b517e3

Upload register_record.js

Browse files
Files changed (1) hide show
  1. static/register_record.js +1 -1
static/register_record.js CHANGED
@@ -99,7 +99,7 @@ function sendAudioChunks(chunks, button) {
99
 
100
  // 前の画面に戻る
101
  function goBack() {
102
- window.history.back();
103
  }
104
 
105
  // Add user function
 
99
 
100
  // 前の画面に戻る
101
  function goBack() {
102
+ window.location.href = "index";
103
  }
104
 
105
  // Add user function