syurein commited on
Commit
4fe3e32
·
1 Parent(s): ba82e98
Files changed (1) hide show
  1. static/script.js +1 -1
static/script.js CHANGED
@@ -120,7 +120,7 @@ function displayErrorMessage(message, elementId = 'error-message') {
120
 
121
  // --- 画面遷移用関数 ---
122
  function goToInput() {
123
- navigateTo('/');
124
  }
125
 
126
  function goToHistory() {
 
120
 
121
  // --- 画面遷移用関数 ---
122
  function goToInput() {
123
+ navigateTo('/input');
124
  }
125
 
126
  function goToHistory() {