„burgerIcon.js“ ändern
parent
d89f7e4f72
commit
0164f7b78d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue