Spaces:
Runtime error
Runtime error
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -131,7 +131,7 @@
|
|
| 131 |
}
|
| 132 |
}
|
| 133 |
function showResults() {
|
| 134 |
-
window.location.href = '
|
| 135 |
}
|
| 136 |
// Chart.js の初期化
|
| 137 |
const ctx = document.getElementById('speechChart').getContext('2d');
|
|
|
|
| 131 |
}
|
| 132 |
}
|
| 133 |
function showResults() {
|
| 134 |
+
window.location.href = 'feedback.html';
|
| 135 |
}
|
| 136 |
// Chart.js の初期化
|
| 137 |
const ctx = document.getElementById('speechChart').getContext('2d');
|