Update static/script.js
Browse files- 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() {
|