From 541a90081f626f74a8290cca7f6e7cf0bcfcf379 Mon Sep 17 00:00:00 2001 From: slugrustle <33473672+slugrustle@users.noreply.github.com> Date: Sat, 24 Mar 2018 12:35:35 -0500 Subject: [PATCH] Improved input parsing. Detects empty input fields as invalid inputs. Changed date format to ISO 8601. Minor code formatting changes. --- voltage_divider.html | 432 ++++++++++++++++++++++--------------------- 1 file changed, 224 insertions(+), 208 deletions(-) diff --git a/voltage_divider.html b/voltage_divider.html index f50710f..4073985 100644 --- a/voltage_divider.html +++ b/voltage_divider.html @@ -1,14 +1,14 @@