DmitrMakeev commited on
Commit
cc748c2
·
verified ·
1 Parent(s): 6f75b15

Update plot_week.html

Browse files
Files changed (1) hide show
  1. 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 = `/plot_ph_week?week=${newWeek}`;
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>