Skip to content

Commit

Permalink
pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
ipitio committed Feb 13, 2024
1 parent 9bafaa9 commit 20f2165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pi-hole/js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ $(function () {
localStorage.setItem("speedtest_preview_shown", "false");
speedtestChartPreview.find("div").remove();
} else {
let speedtestdays = speedtestDays.val();
const speedtestdays = speedtestDays.val();
localStorage.setItem("speedtest_days", speedtestdays);
localStorage.setItem("speedtest_chart_type", type);
localStorage.setItem("speedtest_preview_shown", "true");
Expand Down

0 comments on commit 20f2165

Please sign in to comment.