From 23819f8a44403956a457fbc67e67148ef29eafd6 Mon Sep 17 00:00:00 2001 From: "Felix W. Dekker" Date: Tue, 21 Jan 2020 22:32:13 +0100 Subject: [PATCH] Fix indenting --- index.html | 360 ++++++++++++++++++++++++++--------------------------- 1 file changed, 180 insertions(+), 180 deletions(-) diff --git a/index.html b/index.html index 5cb15b9..e4458e9 100644 --- a/index.html +++ b/index.html @@ -19,218 +19,218 @@ -
- -
-
-

Simplify fractions

-
-

Simplify a fraction to eliminate common factors.

-
-
-
+
+ +
+
+

Simplify fractions

+
+

Simplify a fraction to eliminate common factors.

+
+
+
- + +
+
+
+ + + + + + + +
+
+
+ + + +
+ +
+ + + +
-
-
- - - - - - - -
-
+ Made by Felix W. Dekker. + Licensed under the + MIT License. + Source code available on git.
+
+
- -
- -
+ + + + - - + } + }); + + denominatorInput.addEventListener("keydown", event => { + if (event.key === "Enter") { + outputSimplifiedFraction(); + denominatorInput.select(); + } + }); +