Skip to content

Commit

Permalink
Update core.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube committed Mar 19, 2023
1 parent 70b626b commit 453641a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content-scripts/website-context/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ document.addEventListener('it-message-from-extension', function () {
ImprovedTube.setTheme();
}
else if (camelized_key === 'description') {
if (ImprovedTube.storage.description === "normal")
if (ImprovedTube.storage.description === "normal" || ImprovedTube.storage.description === "classic" )
{document.querySelector("#less").click() || document.querySelector("#collapse").click() ;}
}
if (ImprovedTube[camelized_key]) {
Expand Down

0 comments on commit 453641a

Please sign in to comment.