Skip to content

Commit

Permalink
https://github.com/code-charity/youtube/commit/0af358368c20898677ff23…
Browse files Browse the repository at this point in the history
…474574e71d0794df11
  • Loading branch information
ImprovedTube authored May 2, 2024
1 parent 78c70bd commit 427b3ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js&css/web-accessible/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,12 @@ document.addEventListener('it-message-from-extension', function () {
}
break

case 'commentsSidebar':
if (ImprovedTube.storage.comments_sidebar === false) {
case 'commentsSidebarSimple':
if (ImprovedTube.storage.comments_sidebar_simple === false) {
document.querySelector("#below").appendChild(document.querySelector("#comments"));
document.querySelector("#secondary").appendChild(document.querySelector("#related"));
} else {
ImprovedTube.commentsSidebar();
ImprovedTube.commentsSidebarSimple();
}
break

Expand Down

0 comments on commit 427b3ed

Please sign in to comment.