From 23da5f4c940623c1dc11d1924a778c7ed829c180 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Wed, 1 Feb 2023 10:31:08 +0100 Subject: [PATCH] test --- tools/percentage-calc/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/percentage-calc/index.html b/tools/percentage-calc/index.html index db74d68..5f7d713 100644 --- a/tools/percentage-calc/index.html +++ b/tools/percentage-calc/index.html @@ -7,8 +7,8 @@ const num2 = document.getElementById("input2"); const num1 = document.getElementById("input1"); - percentage(num1, num2) - document.getElementById("output").value = percentage(num1, num2) + //percentage(num1, num2) + document.getElementById("output").value = percentage(num1, num2); }