From c70df6094f6acf55a5987f62ee2b4b115ecd9778 Mon Sep 17 00:00:00 2001 From: bernadette Date: Mon, 25 Mar 2024 15:11:36 +0100 Subject: [PATCH] printing --- assets/js/script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/js/script.js b/assets/js/script.js index 0fd40a1..cc6ebca 100644 --- a/assets/js/script.js +++ b/assets/js/script.js @@ -137,4 +137,3 @@ document.getElementById("user_input").addEventListener("keypress", handleKeyPres function printing(input){ fetch("https://hub.xpub.nl/chopchop/cgi-bin/table.cgi?input=" + input); } -