From e0c698fe375462ad6d056a4b443ef314c72ffbfc Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 11 Feb 2020 12:19:51 -0500 Subject: [PATCH] Add a few more units --- macrovision.html | 6 +++++- macrovision.js | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/macrovision.html b/macrovision.html index dddc9daf..2c8b012e 100644 --- a/macrovision.html +++ b/macrovision.html @@ -42,9 +42,13 @@
diff --git a/macrovision.js b/macrovision.js index 21a7f3ba..e62e18e1 100644 --- a/macrovision.js +++ b/macrovision.js @@ -14,7 +14,10 @@ let altHeld = false; const unitChoices = { length: [ "meters", + "millimeters", + "centimeters", "kilometers", + "inches", "feet", "miles", ],