rein0421 commited on
Commit
1671440
·
verified ·
1 Parent(s): f525763

Update templates/talkDetail.html

Browse files
Files changed (1) hide show
  1. templates/talkDetail.html +2 -2
templates/talkDetail.html CHANGED
@@ -129,11 +129,11 @@
129
  //画面遷移
130
  function showRecorder() {
131
  // 録音画面へ遷移
132
- window.location.href = 'index';
133
  }
134
  function showFeedback() {
135
  // フィードバック画面へ遷移
136
- window.location.href = 'feedback';
137
  }
138
  </script>
139
  </body>
 
129
  //画面遷移
130
  function showRecorder() {
131
  // 録音画面へ遷移
132
+ window.location.href = '/index';
133
  }
134
  function showFeedback() {
135
  // フィードバック画面へ遷移
136
+ window.location.href = '/feedback';
137
  }
138
  </script>
139
  </body>