Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jedenzero committed Sep 25, 2024
1 parent 959bed4 commit ecbe054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function parse(doc){
});
document.querySelector('#theme_default').disabled = true;

const theme_link = createElement('link');
const theme_link = document.createElement('link');
theme_link.rel = 'stylesheet';
theme_link.href = `./themes/${theme}.css`;
document.head.appendChild(theme_link);
Expand Down

0 comments on commit ecbe054

Please sign in to comment.