rein0421 commited on
Commit
7da4cae
·
verified ·
1 Parent(s): 06a8d08

Update static/script.js

Browse files
Files changed (1) hide show
  1. static/script.js +1 -1
static/script.js CHANGED
@@ -63,7 +63,7 @@ function displayErrorMessage(message, elementId = 'error-message') {
63
 
64
  // --- 画面遷移用関数 ---
65
  function goToInput() {
66
- navigateTo('/'); // input.html はルートパスに割り当てる想定
67
  }
68
 
69
  function goToHistory() {
 
63
 
64
  // --- 画面遷移用関数 ---
65
  function goToInput() {
66
+ navigateTo('/input'); // input.html はルートパスに割り当てる想定
67
  }
68
 
69
  function goToHistory() {