From f4b200b043690889e3aff885f900a7e3d1975a9f Mon Sep 17 00:00:00 2001
From: Peter Faber <peter.faber@th-deg.de>
Date: Fri, 22 Nov 2024 14:13:48 +0100
Subject: [PATCH] Update condClick.js

---
 condClick.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/condClick.js b/condClick.js
index 8f667d5..8be8d06 100644
--- a/condClick.js
+++ b/condClick.js
@@ -1,3 +1,3 @@
 function displayHelloWorld() {
-            document.getElementById('output').innerText = "Hello, World!";
+            document.getElementById('condClickOutput').innerText = "Hello, World!";
         }
-- 
GitLab