From 3e5e9e79642d41e5b997af459c136399e00d34a6 Mon Sep 17 00:00:00 2001 From: bernadette Date: Tue, 19 Mar 2024 16:10:27 +0100 Subject: [PATCH] change js --- assets/js/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/script.js b/assets/js/script.js index 092e67a..a25c922 100644 --- a/assets/js/script.js +++ b/assets/js/script.js @@ -108,8 +108,8 @@ function handleInput() { console.log("info_layer" + userInput); } -function print(input){ +function printing(input){ fetch("https://hub.xpub.nl/chopchop/cgi-bin/table.cgi?input=" + input); } -print("test test test"); \ No newline at end of file +printing("test test test"); \ No newline at end of file