Skip to content

Commit

Permalink
new option code-charity#1563
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedLebda committed Mar 15, 2023
1 parent ebb5962 commit d582887
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ ImprovedTube.commentsSidebarPosition=()=>{
document.querySelector("#columns").appendChild(document.querySelector("#comments"),function() {
console.log("comments and its children have been appended to columns")})
document.querySelector("#primary-inner").appendChild(document.querySelector("#secondary"),function() {
console.log("secondary and its children have been appended to primary-inner")})
console.log("secondary and its children have been appended to primary- inner")})
}else{
document.querySelector("#columns").appendChild(document.querySelector("#secondary"))
document.querySelector("#below").appendChild(document.querySelector("#comments"))
Expand Down

0 comments on commit d582887

Please sign in to comment.