From 7bc049052927b65fc34b2b3c1180c5eb4df56127 Mon Sep 17 00:00:00 2001 From: RochoElLocho Date: Thu, 26 Sep 2024 19:36:36 +0200 Subject: [PATCH] =?UTF-8?q?Script=20entfernt=20Script=20f=C3=BCr=20die=20e?= =?UTF-8?q?inindung=20einer=20svg=20entfernt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/index.html b/index.html index f140807..a88bff4 100644 --- a/index.html +++ b/index.html @@ -493,18 +493,6 @@ checkbox.checked = masterCheckbox.checked; }); } - - - - - fetch('logo.svg') - .then(response => response.text()) - .then(svg => { - document.getElementById('logo').innerHTML = svg; - }) - .catch(error => console.error('Error loading SVG:', error)); - -