„burgerIcon.js“ ändern

master_stand_10_05_23
Ahmed Bada 2023-05-17 14:58:48 +02:00
parent d89f7e4f72
commit 0164f7b78d
1 changed files with 2 additions and 2 deletions

View File

@ -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