From 2511c4fa6b2f5c4fae85a7b2e8ff12001318d9cd Mon Sep 17 00:00:00 2001 From: Arturs Artamonovs Date: Tue, 27 Jul 2021 07:11:58 +0100 Subject: Disable mouse events --- Build/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Build') diff --git a/Build/index.html b/Build/index.html index 4c371ec..02c0d3f 100644 --- a/Build/index.html +++ b/Build/index.html @@ -33,7 +33,7 @@ - + @@ -59,6 +59,11 @@ outCoeficients.value = 2; }) + document.querySelector("#recalculateFir").onclick = function() { + console.log("Oh noe"); + outCoeficients.value = 2; + } + -- cgit v1.2.3