From aeda82139601c5d0ec3d7a4f4031bc67d2739f79 Mon Sep 17 00:00:00 2001 From: Magnus Persson Date: Sat, 9 Apr 2022 09:05:28 +0200 Subject: [PATCH] Fixed bad link to firmware upload --- html/config.htm | 10 +++++++++- html/config.min.htm | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/html/config.htm b/html/config.htm index a147412..c4ef28e 100644 --- a/html/config.htm +++ b/html/config.htm @@ -442,10 +442,14 @@
-
+
+
+ +
+
@@ -530,6 +534,10 @@ function checkHeader(input) { } ); }); + $("#firmware-btn").click(function(e){ + window.location.href = "/firmware.htm"; + }); + // Open the format editor $("#format-btn").click(function(e){ window.location.href = "/format.htm"; diff --git a/html/config.min.htm b/html/config.min.htm index 9c8fe0b..799f564 100644 --- a/html/config.min.htm +++ b/html/config.min.htm @@ -1 +1 @@ -Beer Gravity Monitor

Temperature Format:




Gravity Format:


(C) Copyright 2021-22 Magnus Persson
\ No newline at end of file +Beer Gravity Monitor

Temperature Format:




Gravity Format:


(C) Copyright 2021-22 Magnus Persson
\ No newline at end of file