Update plot_week.html
Browse files- plot_week.html +1 -1
plot_week.html
CHANGED
@@ -144,7 +144,7 @@
|
|
144 |
function navigateWeek(change) {
|
145 |
const newWeek = weekNumber + change;
|
146 |
if (newWeek >= 1 && newWeek <= 30) {
|
147 |
-
window.location.href = `/
|
148 |
}
|
149 |
}
|
150 |
</script>
|
|
|
144 |
function navigateWeek(change) {
|
145 |
const newWeek = weekNumber + change;
|
146 |
if (newWeek >= 1 && newWeek <= 30) {
|
147 |
+
window.location.href = `/plot_week?week=${newWeek}`;
|
148 |
}
|
149 |
}
|
150 |
</script>
|