From 0164f7b78d4c79cd93bf60e036518984ee1b0351 Mon Sep 17 00:00:00 2001 From: Ahmed Bada <2123174@stud.hs-mannheim.de> Date: Wed, 17 May 2023 14:58:48 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EburgerIcon.js=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- burgerIcon.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/burgerIcon.js b/burgerIcon.js index 5b7858e..c0029fc 100644 --- a/burgerIcon.js +++ b/burgerIcon.js @@ -123,7 +123,7 @@ function openNav() { link.type = 'text/css'; - link.href = 'probestyle.css'; + link.href = 'style.css'; // Get HTML head element to append // link element to it @@ -144,7 +144,7 @@ function unset() link.type = 'text/css'; - link.href = 'probestyle.css'; + link.href = 'style.css'; link.media = 'all'; // Get HTML head element to append // link element to it